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;
Definition: CTString.h:35