|
PVData C++
8.0.6
|
This class implements introspection object for BoundedString. More...
#include <pv/pvIntrospect.h>


Public Types | |
|
typedef std::tr1::shared_ptr < BoundedString > | shared_pointer |
|
typedef std::tr1::shared_ptr < const BoundedString > | const_shared_pointer |
|
typedef std::tr1::weak_ptr < BoundedString > | weak_pointer |
|
typedef std::tr1::weak_ptr < const BoundedString > | const_weak_pointer |
| typedef BoundedString & | reference |
| typedef const BoundedString & | const_reference |
Public Types inherited from epics::pvData::Scalar | |
|
typedef std::tr1::shared_ptr < Scalar > | shared_pointer |
|
typedef std::tr1::shared_ptr < const Scalar > | const_shared_pointer |
|
typedef std::tr1::weak_ptr < Scalar > | weak_pointer |
|
typedef std::tr1::weak_ptr < const Scalar > | const_weak_pointer |
| typedef Scalar & | reference |
| typedef const Scalar & | const_reference |
Public Types inherited from epics::pvData::Field | |
| enum | { isField =1 } |
|
typedef std::tr1::shared_ptr < Field > | shared_pointer |
|
typedef std::tr1::shared_ptr < const Field > | const_shared_pointer |
| typedef std::tr1::weak_ptr< Field > | weak_pointer |
|
typedef std::tr1::weak_ptr < const Field > | const_weak_pointer |
Public Member Functions | |
| virtual std::string | getID () const |
| virtual void | serialize (ByteBuffer *buffer, SerializableControl *control) const |
| std::size_t | getMaximumLength () const |
Public Member Functions inherited from epics::pvData::Scalar | |
| ScalarType | getScalarType () const |
| virtual std::ostream & | dump (std::ostream &o) const |
| virtual void | deserialize (ByteBuffer *buffer, DeserializableControl *control) |
| std::tr1::shared_ptr< PVScalar > | build () const |
Public Member Functions inherited from epics::pvData::Field | |
| Type | getType () const |
| std::tr1::shared_ptr< PVField > | build () const |
Public Member Functions inherited from epics::pvData::Serializable | |
| virtual | ~Serializable () |
Protected Member Functions | |
| BoundedString (std::size_t maxStringLength) | |
Protected Member Functions inherited from epics::pvData::Scalar | |
| Scalar (ScalarType scalarType) | |
Protected Member Functions inherited from epics::pvData::Field | |
| Field (Type type) | |
| void | cacheCleanup () |
Friends | |
| class | FieldCreate |
Additional Inherited Members | |
Static Public Attributes inherited from epics::pvData::Field | |
| static size_t | num_instances |
This class implements introspection object for BoundedString.
Definition at line 429 of file pvIntrospect.h.
|
virtual |
Get the identification string.
Reimplemented from epics::pvData::Scalar.
|
virtual |
Serialize field into given buffer.
| buffer | serialization buffer. |
| flusher | flush interface. |
Reimplemented from epics::pvData::Scalar.
1.8.5