The object class is used as the basic I/O type in the default configuration
Inheritance:
Public Methods
-
object()
- Constructor
-
object(const object&)
- Copy constructor
-
const object& operator=(const object&)
- Assignment operator
-
virtual object* clone() const
-
The clone() method should return a copy of this object,
or throw an adevs_exception() if the clone() method is
not supported (this is the default behavior)
-
virtual ~object()
- Destructor
Documentation
The object class is used as the basic I/O type in the default configuration
object()
- Constructor
object(const object&)
- Copy constructor
const object& operator=(const object&)
- Assignment operator
virtual object* clone() const
-
The clone() method should return a copy of this object,
or throw an adevs_exception() if the clone() method is
not supported (this is the default behavior)
virtual ~object()
- Destructor
- Direct child classes:
- strng
intg
devs
dbl
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.