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


Public Types | |
|
typedef std::tr1::shared_ptr < StructureArray > | shared_pointer |
|
typedef std::tr1::shared_ptr < const StructureArray > | const_shared_pointer |
|
typedef std::tr1::weak_ptr < StructureArray > | weak_pointer |
|
typedef std::tr1::weak_ptr < const StructureArray > | const_weak_pointer |
| typedef StructureArray & | reference |
| typedef const StructureArray & | const_reference |
Public Types inherited from epics::pvData::Array | |
| enum | ArraySizeType { variable, fixed, bounded } |
|
typedef std::tr1::shared_ptr < Array > | shared_pointer |
|
typedef std::tr1::shared_ptr < const Array > | const_shared_pointer |
| typedef std::tr1::weak_ptr< Array > | weak_pointer |
|
typedef std::tr1::weak_ptr < const Array > | const_weak_pointer |
| typedef Array & | reference |
| typedef const Array & | 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 | |
| const StructureConstPtr & | getStructure () const |
| virtual ArraySizeType | getArraySizeType () const |
| virtual std::size_t | getMaximumCapacity () const |
| virtual std::string | getID () const |
| virtual std::ostream & | dump (std::ostream &o) const |
| virtual void | serialize (ByteBuffer *buffer, SerializableControl *control) const |
| virtual void | deserialize (ByteBuffer *buffer, DeserializableControl *control) |
| std::tr1::shared_ptr < PVValueArray < std::tr1::shared_ptr < PVStructure > > > | 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 | |
| StructureArray (StructureConstPtr const &structure) | |
Protected Member Functions inherited from epics::pvData::Array | |
| Array (Type type) | |
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 a structureArray.
Definition at line 599 of file pvIntrospect.h.
|
protected |
Constructor.
| structure | The introspection interface for the elements. |
| std::tr1::shared_ptr<PVValueArray<std::tr1::shared_ptr<PVStructure> > > epics::pvData::StructureArray::build | ( | ) | const |
Allocate a new instance
|
virtual |
Deserialize buffer.
| buffer | serialization buffer. |
| flusher | deserialization control. |
Implements epics::pvData::Serializable.
|
virtual |
Puts the string representation to the stream.
| o | output stream. |
Implements epics::pvData::Field.
|
inlinevirtual |
Get array size type (i.e. variable/fixed/bounded size array).
Implements epics::pvData::Array.
Definition at line 611 of file pvIntrospect.h.
|
virtual |
Get the identification string.
Implements epics::pvData::Field.
|
inlinevirtual |
Get maximum capacity of the array.
Implements epics::pvData::Array.
Definition at line 613 of file pvIntrospect.h.
|
inline |
Get the introspection interface for the array elements.
Definition at line 609 of file pvIntrospect.h.
|
virtual |
Serialize field into given buffer.
| buffer | serialization buffer. |
| flusher | flush interface. |
Implements epics::pvData::Serializable.
1.8.5