cisst-saw
|
#include <mtsGenericObjectProxy.h>
Public Types | |
typedef mtsGenericObjectProxyRef < _elementType > | ThisType |
typedef mtsGenericObjectProxyBase < _elementType > | BaseType |
typedef mtsGenericObjectProxyBase < _elementType >::value_type | value_type |
typedef mtsGenericObjectProxyBase < _elementType >::DeRefType | DeRefType |
typedef mtsGenericObjectProxyBase < _elementType >::RefType | RefType |
![]() | |
enum | { HAS_DYNAMIC_CREATION = true } |
enum | { InitialLoD = CMN_LOG_ALLOW_DEFAULT } |
typedef mtsGenericObjectProxyBase < _elementType > | ThisType |
typedef mtsGenericObject | BaseType |
typedef mtsGenericObjectProxy < _elementType > | DeRefType |
typedef mtsGenericObjectProxyRef < _elementType > | RefType |
typedef _elementType | value_type |
Public Member Functions | |
mtsGenericObjectProxyRef (const ThisType &other) | |
mtsGenericObjectProxyRef (value_type &data) | |
mtsGenericObjectProxyRef (const value_type &data) | |
~mtsGenericObjectProxyRef (void) | |
value_type & | GetData (void) |
const value_type & | GetData (void) const |
ThisType & | operator= (const BaseType &data) |
ThisType & | operator= (value_type data) |
void | SerializeRaw (std::ostream &outputStream) const |
void | DeSerializeRaw (std::istream &inputStream) |
virtual void | ToStream (std::ostream &outputStream) const |
virtual void | ToStreamRaw (std::ostream &outputStream, const char delimiter= ' ', bool headerOnly=false, const std::string &headerPrefix="") const |
virtual bool | FromStreamRaw (std::istream &inputStream, const char delimiter= ' ') |
operator value_type & (void) | |
operator const value_type & (void) const | |
![]() | |
virtual const cmnClassServicesBase * | Services (void) const |
mtsGenericObjectProxyBase (void) | |
mtsGenericObjectProxyBase (const ThisType &other) | |
~mtsGenericObjectProxyBase (void) | |
ThisType & | operator= (const ThisType &data) |
virtual void | Assign (const ThisType &other) |
![]() | |
mtsGenericObject (void) | |
mtsGenericObject (double timestamp, bool automaticTimestamp, bool valid) | |
mtsGenericObject (const mtsGenericObject &other) | |
virtual | ~mtsGenericObject (void) |
bool | SetTimestampIfAutomatic (double timestamp) |
size_t | ScalarNumber (void) const |
bool | ScalarNumberIsFixed (void) const |
double | Scalar (const size_t index) const throw (std::out_of_range) |
std::string | ScalarDescription (const size_t index, const std::string &userDescription="") const throw (std::out_of_range) |
![]() | |
virtual | ~cmnGenericObject (void) |
bool | ReconstructFrom (const cmnGenericObject &other) |
std::string | ToString (void) const |
virtual cmnLogger::StreamBufType * | GetLogMultiplexer (void) const |
virtual double | Scalar (const size_t CMN_UNUSED(index)) const throw (std::out_of_range) |
virtual std::string | ScalarDescription (const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const |
Public Attributes | |
value_type & | rData |
Additional Inherited Members | |
![]() | |
static cmnClassServicesBase * | ClassServices (void) |
typedef mtsGenericObjectProxyBase<_elementType> mtsGenericObjectProxyRef< _elementType >::BaseType |
typedef mtsGenericObjectProxyBase<_elementType>::DeRefType mtsGenericObjectProxyRef< _elementType >::DeRefType |
typedef mtsGenericObjectProxyBase<_elementType>::RefType mtsGenericObjectProxyRef< _elementType >::RefType |
typedef mtsGenericObjectProxyRef<_elementType> mtsGenericObjectProxyRef< _elementType >::ThisType |
typedef mtsGenericObjectProxyBase<_elementType>::value_type mtsGenericObjectProxyRef< _elementType >::value_type |
|
inline |
Copy constructor.
|
inline |
Conversion constructor. This allows to construct the proxy object using an object of the actual type.
|
inline |
|
inline |
|
inlinevirtual |
DeSerialization. Relies on the specialization, if any, of cmnDeSerializeRaw.
Reimplemented from mtsGenericObject.
|
inlinevirtual |
From stream raw.
Reimplemented from mtsGenericObject.
|
inlinevirtual |
Return pointer to data
Implements mtsGenericObjectProxyBase< _elementType >.
|
inlinevirtual |
Implements mtsGenericObjectProxyBase< _elementType >.
|
inline |
|
inline |
Cast operator. This allows to assign to an object of the actual type without explicitly referencing the public data member "Data".
|
inline |
Conversion assignment, from base type (i.e., Proxy or ProxyRef) to ProxyRef.
|
inline |
Conversion assignment. This allows to assign from an object of the actual type without explicitly referencing the public data member "Data".
|
inlinevirtual |
Serialization. Relies on the specialization, if any, of cmnSerializeRaw.
Reimplemented from mtsGenericObject.
|
inlinevirtual |
To stream method. Uses the default << operator as defined for the actual type.
Reimplemented from mtsGenericObject.
|
inlinevirtual |
To stream raw data.
Reimplemented from mtsGenericObject.
value_type& mtsGenericObjectProxyRef< _elementType >::rData |