Previous: WordRecord ASCII FORMAT, Up: WordRecord [Contents][Index]
Constructor. Build an empty record. The ncontext argument must be a pointer to a valid WordContext object.
Reset to empty and set the type to the default specified in the configuration.
Return the default type WORD_RECORD_{DATA,STR,NONE}
Convert the object to a representation for disk storage written in the packed string. Return OK on success, NOTOK otherwise.
Alias for Unpack(String(string, length))
Read the object from a representation for disk storage contained in the packed argument. Return OK on success, NOTOK otherwise.
Set the whole structure from ASCII string description stored in the bufferin argument. Return OK on success, NOTOK otherwise.
Convert the whole structure to an ASCII string description and return it in the bufferout argument. Return OK on success, NOTOK otherwise.
Convert the whole structure to an ASCII string description and return it.
Return a pointer to the WordContext object used to create this instance.
Return a pointer to the WordContext object used to create this instance as a const.
Print object in ASCII form on descriptor f using the Get method.