![]() |
This is Unofficial EPICS BASE Doxygen Site
|
This class implements introspection object for a unionArray. More...
#include "pvIntrospect.h"
Public Types | |
typedef UnionArray & | reference |
typedef const UnionArray & | const_reference |
![]() | |
enum | ArraySizeType { variable, fixed, bounded } |
typedef Array & | reference |
typedef const Array & | const_reference |
![]() | |
enum | { isField =1 } |
Public Member Functions | |
POINTER_DEFINITIONS (UnionArray) | |
UnionConstPtr | getUnion () 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< PVUnion > > > | build () const |
virtual | ~UnionArray () |
![]() | |
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 | |
UnionArray (UnionConstPtr const &_punion) | |
![]() | |
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 unionArray.
Definition at line 652 of file pvIntrospect.h.
typedef const UnionArray& epics::pvData::UnionArray::const_reference |
Definition at line 656 of file pvIntrospect.h.
Definition at line 655 of file pvIntrospect.h.
|
protected |
Constructor.
_punion | The introspection interface for the elements. |
Definition at line 458 of file FieldCreateFactory.cpp.
|
virtual |
Definition at line 463 of file FieldCreateFactory.cpp.
std::tr1::shared_ptr< PVValueArray< std::tr1::shared_ptr< PVUnion > > > epics::pvData::UnionArray::build | ( | ) | const |
Allocate a new instance
Definition at line 501 of file FieldCreateFactory.cpp.
|
virtual |
Deserialize buffer.
buffer | serialization buffer. |
flusher | deserialization control. |
Implements epics::pvData::Serializable.
Definition at line 497 of file FieldCreateFactory.cpp.
|
virtual |
Puts the string representation to the stream.
o | output stream. |
Implements epics::pvData::Field.
Definition at line 473 of file FieldCreateFactory.cpp.
|
inlinevirtual |
Get array size type (i.e. variable/fixed/bounded size array).
Implements epics::pvData::Array.
Definition at line 664 of file pvIntrospect.h.
|
virtual |
Get the identification string.
Implements epics::pvData::Field.
Definition at line 468 of file FieldCreateFactory.cpp.
|
inlinevirtual |
Get maximum capacity of the array.
Implements epics::pvData::Array.
Definition at line 666 of file pvIntrospect.h.
|
inline |
Get the introspection interface for the array elements.
Definition at line 662 of file pvIntrospect.h.
epics::pvData::UnionArray::POINTER_DEFINITIONS | ( | UnionArray | ) |
|
virtual |
Serialize field into given buffer.
buffer | serialization buffer. |
flusher | flush interface. |
Implements epics::pvData::Serializable.
Definition at line 483 of file FieldCreateFactory.cpp.
|
friend |
Definition at line 689 of file pvIntrospect.h.