CORBA::String_var Class Reference

#include <String_var.h>

List of all members.


Detailed Description

The implementation of the _var interface for the string type (3.5, p 17).

Public Member Functions

 String_var ()
 Constructor.
 String_var (char *p)
 Constructor.
 String_var (const String_var &s)
 Copy constructor.
virtual ~String_var ()
 Destructor.
String_varoperator= (char *p)
 Pointer assignment operator.
String_varoperator= (const String_var &s)
 Assignment operator.
 operator char * ()
char & operator[] (ULong index)
 Subscript operator.
char operator[] (ULong index) const
 Const subscript operator.

Protected Attributes

char * m_ptr
 array of characters

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

Generated on Sat Oct 10 16:19:58 2009 for EPICS-DDS by  doxygen 1.5.6