Inherited by DataSourcePathIndexSection, and DataSourcePathTextSection.
Inheritance diagram for IStringSection:
Public Types | |
typedef std::vector< Pointer > | Collection |
Public Member Functions | |
IStringSection () | |
virtual | ~IStringSection () |
virtual void | setPreText (const std::string &preText)=0 |
virtual void | setPostText (const std::string &postText)=0 |
virtual std::string | toString (int value, int8 &ok)=0 |
Private Member Functions | |
IStringSection (const IStringSection &) | |
void | operator= (const IStringSection &) |
typedef std::vector<Pointer> IStringSection::Collection |
IStringSection::IStringSection | ( | ) | [inline] |
virtual IStringSection::~IStringSection | ( | ) | [inline, virtual] |
IStringSection::IStringSection | ( | const IStringSection & | ) | [private] |
virtual void IStringSection::setPreText | ( | const std::string & | preText | ) | [pure virtual] |
Implemented in DataSourcePathIndexSection, and DataSourcePathTextSection.
virtual void IStringSection::setPostText | ( | const std::string & | postText | ) | [pure virtual] |
Implemented in DataSourcePathIndexSection, and DataSourcePathTextSection.
virtual std::string IStringSection::toString | ( | int | value, | |
int8 & | ok | |||
) | [pure virtual] |
Implemented in DataSourcePathIndexSection, and DataSourcePathTextSection.
void IStringSection::operator= | ( | const IStringSection & | ) | [private] |