====== PMass ====== **//Inherited from//** [[class:iwhrpre:iproperty|IProperty]], **//Inherited by//** NULL **//Friend class//** NULL **//Description//** **//Members//** * PMassAttribute [[pmass#m_atb|m_Atb]] * THash * [[pmass#m_pfieldmass|m_pFieldMass]] **//Public interface//** * [[pmass#pmass1|PMass]]() * PropertyTypeID [[pmass#gettype|getType]]() * PropertyAttribute * [[pmass#getattribute|getAttribute]]() * void [[pmass#savetoxml|saveToXml]](XmlWriter * pWriter,XmlElement * pParent) * void [[pmass#loadfromxml|loadFromXml]](XmlReader * pReader,XmlElement * pParent) * void [[pmass#write|write]](IOFile * io) * ErrorCode [[pmass#read|read]](IOFile * io) * void * [[pmass#getfield|getField]]() * void [[pmass#initfield|initField]](int size) ---- {{anchor:m_atb}} **PMassAttribute m_Atb** {{anchor:m_pfieldmass}} **THash * m_pFieldMass** ---- {{anchor:pmass1}} **PMass()** *function: *parameters: NULL *return value: {{anchor:gettype}} **PropertyTypeID getType()** *function: *parameters: NULL *return value: {{anchor:getattribute}} **PropertyAttribute * getAttribute()** *function: *parameters: NULL *return value: {{anchor:savetoxml}} **void saveToXml(XmlWriter * pWriter,XmlElement * pParent)** *function: *parameters: - [i]XmlWriter * pWriter: - [i]XmlElement * pParent: *return value: {{anchor:loadfromxml}} **void loadFromXml(XmlReader * pReader,XmlElement * pParent)** *function: *parameters: - [i]XmlReader * pReader: - [i]XmlElement * pParent: *return value: {{anchor:write}} **void write(IOFile * io)** *function: *parameters: - [i]IOFile * io: *return value: {{anchor:read}} **ErrorCode read(IOFile * io)** *function: *parameters: - [i]IOFile * io: *return value: {{anchor:getfield}} **void * getField()** *function: *parameters: NULL *return value: {{anchor:initfield}} **void initField(int size)** *function: *parameters: - [i]int size: *return value: