GPL_Value

GPL_Value

gpl

1998 12-05


CLASS

GPL_Value - C++ abstract data value


SYNOPSIS

This class provides an abstraction of a data value which is independent of either machine or language vagaries. The possible types are:
GPL_VALUETYPE_NULL No type.
GPL_VALUETYPE_INTEGER Integer number.
GPL_VALUETYPE_REAL Real number.
GPL_VALUETYPE_STRING String of characters.
GPL_VALUETYPE_BLOCK Contiguous block of bytes.
GPL_VALUETYPE_MESSAGE GPL_Message


PARENTS


GPL_Persistent public


CONSTRUCTOR


OPERATORS


MEMBER FUNCTIONS