OdimH5 object dumper.
More...
#include <radarlib/odimh5v21_dump.hpp>
|
virtual void | dump (OdimObject *object) |
| Dump object informations to standard output.
|
|
virtual void | dump (OdimObject *object, std::ostream &out) |
| Dump object informations to a stream.
|
|
virtual void | dump (OdimObject *object, std::ostream *out) |
| Dump object informations to a stream.
|
|
OdimH5 object dumper.
This class allow users to create a textual representation of a OdimObject writting it to standard output
- See also
- OdimObject
◆ dump() [1/3]
void OdimH5v21::OdimObjectDumper::dump |
( |
OdimObject * | object | ) |
|
|
virtual |
Dump object informations to standard output.
This class write object informations using a tree layout
- Parameters
-
- Exceptions
-
- See also
- OdimObject
◆ dump() [2/3]
void OdimH5v21::OdimObjectDumper::dump |
( |
OdimObject * | object, |
|
|
std::ostream & | out ) |
|
virtual |
Dump object informations to a stream.
This class write object informations using a tree layout
- Parameters
-
object | the object to dump |
out | the reference to the stream to use |
- Exceptions
-
- See also
- OdimObject
◆ dump() [3/3]
void OdimH5v21::OdimObjectDumper::dump |
( |
OdimObject * | object, |
|
|
std::ostream * | out ) |
|
virtual |
Dump object informations to a stream.
This class write object informations using a tree layout
- Parameters
-
object | the object to dump |
out | the pointer to the stream to use |
- Exceptions
-
- See also
- OdimObject
The documentation for this class was generated from the following files: