class String

Base Overflow String type, wraps a C++ string More...

Definition#include <data-flow/include/net_types.h>
InheritsObject, string
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Base Overflow String type, wraps a C++ string

 String () : string()

void  printOn (ostream &out)

[const]

Reimplemented from Object.

void  readFrom (istream &in)

Reimplemented from Object.

void  serialize (ostream &out)

[const]

Reimplemented from Object.

void  unserialize (istream &in)

Reimplemented from Object.

void  prettyPrint (ostream &out)

[const]

Reimplemented from Object.

 String (const char *str) : string(str)

 String (const string &str) : string(str)