a character unsigned integer attribute More...
Public Member Functions | |
StarPAttributeUInt (Type type, std::string const &debugName, int intSize, unsigned int value) | |
constructor | |
~StarPAttributeUInt () | |
destructor | |
virtual bool | read (StarZone &zone, int vers, long endPos, StarObject &object) |
read a zone | |
virtual shared_ptr< StarAttribute > | create () const |
create a new attribute | |
virtual void | addTo (StarState &state, std::set< StarAttribute const * > &) const |
add to a para | |
Protected Member Functions | |
StarPAttributeUInt (StarPAttributeUInt const &orig) | |
copy constructor |
a character unsigned integer attribute
StarParagraphAttribute::StarPAttributeUInt::StarPAttributeUInt | ( | Type | type, |
std::string const & | debugName, | ||
int | intSize, | ||
unsigned int | value | ||
) | [inline] |
constructor
Referenced by create().
StarParagraphAttribute::StarPAttributeUInt::StarPAttributeUInt | ( | StarPAttributeUInt const & | orig | ) | [inline, protected] |
copy constructor
void StarParagraphAttribute::StarPAttributeUInt::addTo | ( | StarState & | state, |
std::set< StarAttribute const * > & | |||
) | const [virtual] |
add to a para
Reimplemented from StarAttribute.
virtual shared_ptr<StarAttribute> StarParagraphAttribute::StarPAttributeUInt::create | ( | ) | const [inline, virtual] |
create a new attribute
Reimplemented from StarAttributeUInt.
virtual bool StarParagraphAttribute::StarPAttributeUInt::read | ( | StarZone & | zone, |
int | vers, | ||
long | endPos, | ||
StarObject & | object | ||
) | [inline, virtual] |
read a zone
Reimplemented from StarAttributeUInt.