GPL_Description

GPL_Description

gpl

1998 12-05


CLASS

GPL_Description - C++ abstract data description


SYNOPSIS

This class provides an abstract description of data. Specifically, it uses machine- and language-independent definitions of primitive data types to describe a series of data. Each datum may have a particular value. Additionally, simple wild-carding supports performing partial matches.


PARENTS


GPL_Persistent public


FORMAT SPECIFIERS


Character Description
n null
i integer without a value
I integer with a value
r real without a value
R real with a value
s string without a value
S string with a value
b block of bytes without values
B block of bytes with values
m GPL_Message without a value
M GPL_Message with a values
. any type with or without a value
* any number of types, with or without values, up to the following specifier, if any


OPERATORS


MEMBER FUNCTIONS


DIRECT ACCESS MEMBER FUNCTIONS