33                                              std::string* defaultValue,
 
   43     m_nbytes(rhs.m_nbytes)
 
An atomic property like an integer or double. 
 
std::size_t m_nbytes
The number of bits represented by the property. 
 
ByteArrayProperty & operator=(const ByteArrayProperty &rhs)
Assignment operator. 
 
ByteArrayProperty(const std::string &name, std::size_t nbytes=0, bool isRequired=false, std::string *defaultValue=0, unsigned int id=0, Property *parent=0)
It constructs a new byte array property. 
 
General enumerations for the data type module. 
 
Property * clone() const 
It returns a clone of the object. 
 
Property for byte array types. 
 
Property for byte array types. 
 
It models a property definition. 
 
SimpleProperty & operator=(const SimpleProperty &rhs)
Assignment operator.