![]() |
This is Unofficial EPICS BASE Doxygen Site
|
This class implements introspection object for a structureArray. More...
#include "pvIntrospect.h"
Public Types | |
typedef StructureArray & | reference |
typedef const StructureArray & | const_reference |
![]() | |
enum | ArraySizeType { variable, fixed, bounded } |
typedef Array & | reference |
typedef const Array & | const_reference |
![]() | |
enum | { isField =1 } |
Public Member Functions | |
POINTER_DEFINITIONS (StructureArray) | |
const StructureConstPtr & | getStructure () const |
virtual ArraySizeType | getArraySizeType () const OVERRIDE FINAL |
virtual std::size_t | getMaximumCapacity () const OVERRIDE FINAL |
virtual std::string | getID () const OVERRIDE FINAL |
virtual std::ostream & | dump (std::ostream &o) const OVERRIDE FINAL |
virtual void | serialize (ByteBuffer *buffer, SerializableControl *control) const OVERRIDE FINAL |
virtual void | deserialize (ByteBuffer *buffer, DeserializableControl *control) OVERRIDE FINAL |
std::tr1::shared_ptr< PVValueArray< std::tr1::shared_ptr< PVStructure > > > | build () const |
virtual | ~StructureArray () |
![]() | |
POINTER_DEFINITIONS (Array) | |
virtual | ~Array () |
![]() | |
POINTER_DEFINITIONS (Field) | |
virtual | ~Field () |
Type | getType () const |
std::tr1::shared_ptr< PVField > | build () const |
![]() | |
virtual | ~Serializable () |
Protected Member Functions | |
StructureArray (StructureConstPtr const &structure) | |
![]() | |
Array (Type type) | |
![]() | |
Field (Type type) | |
void | cacheCleanup () |
Friends | |
class | FieldCreate |
Additional Inherited Members | |
![]() | |
static size_t | num_instances |
This class implements introspection object for a structureArray.
Definition at line 607 of file pvIntrospect.h.
typedef const StructureArray& epics::pvData::StructureArray::const_reference |
Definition at line 611 of file pvIntrospect.h.
Definition at line 610 of file pvIntrospect.h.
|
protected |
Constructor.
structure | The introspection interface for the elements. |
Definition at line 418 of file FieldCreateFactory.cpp.
|
virtual |
Definition at line 423 of file FieldCreateFactory.cpp.
std::tr1::shared_ptr< PVValueArray< std::tr1::shared_ptr< PVStructure > > > epics::pvData::StructureArray::build | ( | ) | const |
Allocate a new instance
Definition at line 453 of file FieldCreateFactory.cpp.
|
virtual |
Deserialize buffer.
buffer | serialization buffer. |
flusher | deserialization control. |
Implements epics::pvData::Serializable.
Definition at line 449 of file FieldCreateFactory.cpp.
|
virtual |
Puts the string representation to the stream.
o | output stream. |
Implements epics::pvData::Field.
Definition at line 433 of file FieldCreateFactory.cpp.
|
inlinevirtual |
Get array size type (i.e. variable/fixed/bounded size array).
Implements epics::pvData::Array.
Definition at line 619 of file pvIntrospect.h.
|
virtual |
Get the identification string.
Implements epics::pvData::Field.
Definition at line 428 of file FieldCreateFactory.cpp.
|
inlinevirtual |
Get maximum capacity of the array.
Implements epics::pvData::Array.
Definition at line 621 of file pvIntrospect.h.
|
inline |
Get the introspection interface for the array elements.
Definition at line 617 of file pvIntrospect.h.
epics::pvData::StructureArray::POINTER_DEFINITIONS | ( | StructureArray | ) |
|
virtual |
Serialize field into given buffer.
buffer | serialization buffer. |
flusher | flush interface. |
Implements epics::pvData::Serializable.
Definition at line 443 of file FieldCreateFactory.cpp.
|
friend |
Definition at line 644 of file pvIntrospect.h.