18 #ifndef SRC_PRTX_CTSTRING_H_ 19 #define SRC_PRTX_CTSTRING_H_ 21 #include "prtx/prtx.h" 22 #include "prtx/Content.h" 32 typedef std::shared_ptr<CTString> CTStringPtr;
33 typedef std::vector<CTStringPtr> CTStringPtrVector;
39 virtual std::shared_ptr<const std::wstring> getString()
const = 0;
The Procedural Runtime eXtension namespace. The prtx namespace contains the tools to extend the Proce...
Definition: AnnotationBuilder.h:35
Definition: CTString.h:35