string Class Reference

ChainLink string data type. More...

#include <chainlink_string.h>

List of all members.

Public Member Functions

 string (const string &X)
 string (const char *data_in)
void allocate (int length)
void set (const char *data_in)
void operator= (const char *data_in)
void operator= (const string &X)
string operator+ (const string &X)

Public Attributes

char * data


Detailed Description

ChainLink string data type.


Member Function Documentation

void string::allocate ( int  length  ) 

Allocate data with given length

void string::set ( const char *  data_in  ) 

Set string data.

string string::operator+ ( const string X  ) 

String concatenation


The documentation for this class was generated from the following files:
Generated on Mon Feb 5 12:16:37 2007 for ChainLinkBase by  doxygen 1.5.1-p1