PVData C++  8.0.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Protected Member Functions | Friends | List of all members
epics::pvData::BoundedString Class Reference

This class implements introspection object for BoundedString. More...

#include <pv/pvIntrospect.h>

Inheritance diagram for epics::pvData::BoundedString:
Inheritance graph
[legend]
Collaboration diagram for epics::pvData::BoundedString:
Collaboration graph
[legend]

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 BoundedStringreference
 
typedef const BoundedStringconst_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 Scalarreference
 
typedef const Scalarconst_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< Fieldweak_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::ostreamdump (std::ostream &o) const
 
virtual void deserialize (ByteBuffer *buffer, DeserializableControl *control)
 
std::tr1::shared_ptr< PVScalarbuild () const
 
- Public Member Functions inherited from epics::pvData::Field
Type getType () const
 
std::tr1::shared_ptr< PVFieldbuild () 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
 

Detailed Description

This class implements introspection object for BoundedString.

Definition at line 429 of file pvIntrospect.h.

Member Function Documentation

virtual std::string epics::pvData::BoundedString::getID ( ) const
virtual

Get the identification string.

Returns
The identification string, can be empty.

Reimplemented from epics::pvData::Scalar.

virtual void epics::pvData::BoundedString::serialize ( ByteBuffer buffer,
SerializableControl flusher 
) const
virtual

Serialize field into given buffer.

Parameters
bufferserialization buffer.
flusherflush interface.

Reimplemented from epics::pvData::Scalar.


The documentation for this class was generated from the following file: