![]() |
This is Unofficial EPICS BASE Doxygen Site
|
PVString is special case, since it implements SerializableArray. More...
#include "pvData.h"
Inheritance diagram for epics::pvData::PVString:
Collaboration diagram for epics::pvData::PVString:Public Member Functions | |
| virtual | ~PVString () |
| virtual std::ostream & | dumpValue (std::ostream &o) const OVERRIDE FINAL |
| virtual void | serialize (ByteBuffer *pbuffer, SerializableControl *pflusher) const OVERRIDE FINAL |
| virtual void | serialize (ByteBuffer *pbuffer, SerializableControl *pflusher, size_t offset, size_t count) const OVERRIDE FINAL |
Public Member Functions inherited from epics::pvData::PVScalarValue< std::string > | |
| POINTER_DEFINITIONS (PVScalarValue) | |
| virtual | ~PVScalarValue () |
| storage_t::arg_type | get () const |
| void | put (typename storage_t::arg_type v) |
| virtual void | operator>>= (std::string &value) const |
| virtual void | operator<<= (typename storage_t::arg_type value) |
| T1 | getAs () const |
| virtual void | getAs (AnyScalar &v) const OVERRIDE FINAL |
| void | putFrom (typename detail::ScalarStorageOps< T1 >::arg_type val) |
| void | putFrom (const AnyScalar &v) |
| virtual void | putFrom (const void *src, ScalarType stype) OVERRIDE FINAL |
| Convert and assign. More... | |
| virtual void | assign (const PVScalar &scalar) OVERRIDE FINAL |
| virtual void | copy (const PVScalar &from) OVERRIDE FINAL |
| virtual void | copyUnchecked (const PVScalar &from) OVERRIDE FINAL |
| virtual void | deserialize (ByteBuffer *pbuffer, DeserializableControl *pflusher) OVERRIDE FINAL |
Public Member Functions inherited from epics::pvData::PVScalar | |
| POINTER_DEFINITIONS (PVScalar) | |
| virtual | ~PVScalar () |
| const ScalarConstPtr | getScalar () const |
| template<typename T > | |
| T | getAs () const |
| template<typename T > | |
| void | putFrom (T val) |
| void | putFrom (const AnyScalar &v) |
Public Member Functions inherited from epics::pvData::PVField | |
| POINTER_DEFINITIONS (PVField) | |
| virtual | ~PVField () |
| const std::string & | getFieldName () const |
| std::string | getFullName () const |
| std::size_t | getFieldOffset () const |
| std::size_t | getNextFieldOffset () const |
| std::size_t | getNumberFields () const |
| bool | isImmutable () const |
| virtual void | setImmutable () |
| const FieldConstPtr & | getField () const |
| PVStructure * | getParent () |
| const PVStructure * | getParent () const |
| void | postPut () |
| void | setPostHandler (PostHandlerPtr const &postHandler) |
| virtual bool | equals (PVField &pv) |
| void | copy (const PVField &from) |
| void | copyUnchecked (const PVField &from) |
Public Member Functions inherited from epics::pvData::Serializable | |
| virtual | ~Serializable () |
Protected Member Functions | |
| PVString (ScalarConstPtr const &scalar) | |
Protected Member Functions inherited from epics::pvData::PVScalarValue< std::string > | |
| virtual void | getAs (void *result, ScalarType rtype) const OVERRIDE FINAL |
| PVScalarValue (ScalarConstPtr const &scalar) | |
Protected Member Functions inherited from epics::pvData::PVScalar | |
| PVScalar (ScalarConstPtr const &scalar) | |
Protected Member Functions inherited from epics::pvData::PVField | |
| PVField::shared_pointer | getPtrSelf () |
| PVField (FieldConstPtr field) | |
| void | setParentAndName (PVStructure *parent, std::string const &fieldName) |
Friends | |
| class | PVDataCreate |
Additional Inherited Members | |
Public Types inherited from epics::pvData::PVScalarValue< std::string > | |
| typedef std::string | value_type |
| typedef std::string * | pointer |
| typedef const std::string * | const_pointer |
Public Types inherited from epics::pvData::PVScalar | |
| typedef PVScalar & | reference |
| typedef const PVScalar & | const_reference |
Public Types inherited from epics::pvData::PVField | |
| enum | { isPVField =1 } |
Static Public Attributes inherited from epics::pvData::PVScalarValue< std::string > | |
| static const ScalarType | typeCode |
Static Public Attributes inherited from epics::pvData::PVField | |
| static size_t | num_instances |
Protected Attributes inherited from epics::pvData::PVScalarValue< std::string > | |
| storage_t | storage |
PVString is special case, since it implements SerializableArray.
|
inlinevirtual |
|
explicitprotected |
Definition at line 135 of file PVDataCreateFactory.cpp.
|
virtual |
Puts the PVField raw value to the stream.
| o | output stream. |
Reimplemented from epics::pvData::PVScalarValue< std::string >.
Definition at line 145 of file PVDataCreateFactory.cpp.
|
virtual |
Serialize field into given buffer.
| buffer | serialization buffer. |
| flusher | flush interface. |
Reimplemented from epics::pvData::PVScalarValue< std::string >.
Definition at line 156 of file PVDataCreateFactory.cpp.
|
virtual |
Definition at line 160 of file PVDataCreateFactory.cpp.
|
friend |