class object

The object class is used as the basic I/O type in the default configuration

Inheritance:


Public Methods

[more] object()
Constructor
[more] object(const object&)
Copy constructor
[more]const object& operator=(const object&)
Assignment operator
[more]virtual object* clone() const
The clone() method should return a copy of this object, or return NULL if the clone() method is not supported (this is the default behavior)
[more]virtual ~object()
Destructor


Documentation

The object class is used as the basic I/O type in the default configuration
o object()
Constructor

o object(const object&)
Copy constructor

oconst object& operator=(const object&)
Assignment operator

ovirtual object* clone() const
The clone() method should return a copy of this object, or return NULL if the clone() method is not supported (this is the default behavior)

ovirtual ~object()
Destructor


Direct child classes:
strng
staticDigraph
intg
devsn
dbl
atomic

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.