Workflow/Spaces C++ Public API:
C++ Name | Header File | Description |
---|---|---|
WS.hpp | Central header for Unlimi-Tech's Workflow/Spaces C++ API. This is the only C++ header you need to include. | |
fc::WS | FCWS.hpp | Workflow/Spaces C++ API. Automatically included as part of WS.hpp. |
XmlHelper.hpp | Helper functions for libxml2. Originally intended for internal use, but possibly useful for users of WS++ who wish to use the libxml2 C library to parse the XML output. | |
fc::Exception * | FCException.hpp | C++ exceptions thrown by the FC++ and WS++ API. Part of the FC++ library. See FC++ Exceptions for details. |
xmlDoc | tree.h | Libxml2 C XML parsing library. Used internally by fc::WS to parse XML content. See www.xmlsoft.org for details. |
* The Workflow/Spaces C++ API uses the FC++ API internally to handle file transfers. For details on how to use FC++, please refer to the official FC++ documentation.
Example C++ code to use the Workflow/Spaces C++ API: