class object

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

Inheritance:


Public Methods

[more] object()
[more] object(const object& src)
[more]const object& operator=(const object& src)
[more]virtual object* clone() const
The clone() method should return a copy of this object, or throw and adevs_exception() if the clone() method is not supported (this is the default behavior)
[more]virtual ~object()


Documentation

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

o object(const object& src)

oconst object& operator=(const object& src)

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

ovirtual ~object()


Direct child classes:
strng
intg
devs
dbl

Alphabetic index HTML hierarchy of classes or Java



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