IStringSection Class Reference

Abstract superclass that defines the methods to generate strings from the formatting information. More...

Inherited by DataSourcePathIndexSection, and DataSourcePathTextSection.

Inheritance diagram for IStringSection:

Inheritance graph
[legend]
List of all members.

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 &)

Detailed Description

Abstract superclass that defines the methods to generate strings from the formatting information.

Author:
Mike Jackson
Date:
Nov 2007
Version:
Revision
1.2


Member Typedef Documentation

typedef std::vector<Pointer> IStringSection::Collection


Constructor & Destructor Documentation

IStringSection::IStringSection (  )  [inline]

virtual IStringSection::~IStringSection (  )  [inline, virtual]

IStringSection::IStringSection ( const IStringSection  )  [private]


Member Function Documentation

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]


The documentation for this class was generated from the following file:
Generated on Tue Nov 17 18:43:14 2009 for MXADataModel by  doxygen 1.5.2