![]() |
Actin
Version 5.5.2
Software for Robotics Simulation and Control
|
#include "ecBaseXmlBasicType.h"
Go to the source code of this file.
Classes | |
class | EcXmlBasicType< BasicType > |
A template class for basic types that can be read and written to XML streams. More... | |
Typedefs | |
typedef EcXmlBasicType< EcReal > | EcXmlReal |
This template class is defined for the following: More... | |
typedef EcXmlBasicType< EcTime > | EcXmlTime |
a time value that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcU64 > | EcXmlU64 |
an unsigned 64-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcInt64 > | EcXmlInt64 |
an signed 64-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcU32 > | EcXmlU32 |
an unsigned 32-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcInt32 > | EcXmlInt32 |
an signed 32-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcU16 > | EcXmlU16 |
an unsigned 16-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcInt16 > | EcXmlInt16 |
an signed 16-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcU8 > | EcXmlU8 |
an unsigned 8-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcInt8 > | EcXmlInt8 |
a signed 8-bit integer that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcAngle > | EcXmlAngle |
an angle that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcNonNegReal > | EcXmlNonNegReal |
a nonnegative real value that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcString > | EcXmlString |
a character string that can read and write to an XML stream. | |
typedef EcXmlBasicType< EcBoolean > | EcXmlBoolean |
a boolean that can read and write to an XML stream. | |
Functions | |
template<class BasicType > | |
std::ostream & | operator<< (std::ostream &stream, const EcXmlBasicType< BasicType > &orig) |
writes the basic value to stream | |
typedef EcXmlBasicType<EcReal> EcXmlReal |
This template class is defined for the following:
a real that can read and write to an XML stream.
Definition at line 183 of file ecXmlBasicType.h.