Main Page   Class Hierarchy   Compound List   Header Files   Compound Members  

BGOctet Class Reference

Octets are flat types, like strings (charrays), bytearrays, blobs (binary large objects), etc. More...

#include <bgobject.h>

Class diagram for BGOctet:

BGType BGObject BGString

List of all members.


Public Members

virtual char* buffer ( ) const = 0
Returns content of octet. More...

virtual long length ( ) const = 0
Returns length of octet. More...


Detailed Description

Octets are flat types, like strings (charrays), bytearrays, blobs (binary large objects), etc.


Member Function Documentation

virtual char * BGOctet::buffer () const [pure virtual]

Returns content of octet.

Returns:
Content of octet

Reimplemented in BGString.

virtual long BGOctet::length () const [pure virtual]

Returns length of octet.

Returns:
Length of octet

Reimplemented in BGString.


The documentation for this class was generated from the following file:
Generated at Fri Feb 18 10:57:06 2000 for bgclass by doxygen 0.49-991205 written by Dimitri van Heesch, © 1997-1999