DSSX_Chunk
DSSX_Chunk
dssx
1998 12-06
CLASS
DSSX_Chunk - A DSS extended base class.
SYNOPSIS
This class provides chunk name munging for other DSSX classes.
CONSTRUCTOR
DSSX_Chunk(DSSX_Connection *connection, const GPL_CharPtr &spacename, const GPL_CharPtr &recordname, char *type)
Construct a DSSX_Chunk using connection in space spacename
named recordname. The type should be a NULL terminated string and
is used to make names that are unique to the class type.
MEMBER FUNCTIONS
GPL_CharPtr &GetChunkName()
Return the full chunkname.
GPL_CharPtr &GetName()
Return the base name of the chunk which should be recordname in the
constructor.