The object class is used as the basic I/O type in the default configuration
Inheritance:
Public Methods
-
object()
-
object(const object& src)
-
const object& operator=(const object& src)
-
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)
-
virtual ~object()
Documentation
The object class is used as the basic I/O type in the default configuration
object()
object(const object& src)
const object& operator=(const object& src)
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)
virtual ~object()
- Direct child classes:
- intg
devs
dbl
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.