36                                        std::string* defaultValue,
 
   41     m_strSubType(strType),
 
   49     m_strSubType(rhs.m_strSubType)
 
StringType
The subtype of string property. 
 
std::size_t m_size
Maximum number of characters for a varying string or the number of characters for a fixed length stri...
 
An atomic property like an integer or double. 
 
StringType m_strSubType
The sub-type of this string property. 
 
StringProperty(const std::string &name, StringType strType=STRING, std::size_t size=0, bool isRequired=false, std::string *defaultValue=0, unsigned int id=0, Property *parent=0)
It constructs a new string property. 
 
It models a property definition. 
 
Property * clone() const 
It returns a clone of the object. 
 
SimpleProperty & operator=(const SimpleProperty &rhs)
Assignment operator. 
 
The type for string types: FIXED_STRING, VAR_STRING or STRING. 
 
The type for string types: FIXED_STRING, VAR_STRING or STRING. 
 
StringProperty & operator=(const StringProperty &rhs)
Assignment operator.