FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoStringElement Class Reference

#include <StringCollection.h>

Inherits FdoDisposable.

Inheritance diagram for FdoStringElement:

[legend]
List of all members.

Detailed Description

DOXYGEN-IGNORE

Definition at line 31 of file StringCollection.h.


Public Member Functions

FdoStringP GetString ()
 Returns the string that this element represents.
FdoStringElementoperator= (FdoString *wString)
 Operator to copy from an "unmanaged" string.
FdoStringElementoperator= (const FdoStringP &src)
 Operator to copy from a "managed" string.

Static Public Member Functions

FdoStringElementCreate (FdoStringP src)
 Create from a string.

Protected Member Functions

 FdoStringElement (FdoStringP src)
 FdoStringElement ()
 Create from a string.
virtual ~FdoStringElement (void)

Constructor & Destructor Documentation

FdoStringElement::FdoStringElement  )  [inline, protected]
 

Create from a string.

Definition at line 62 of file StringCollection.h.

Referenced by Create().

FdoStringElement::FdoStringElement FdoStringP  src  )  [inline, protected]
 

Definition at line 63 of file StringCollection.h.

virtual FdoStringElement::~FdoStringElement void   )  [inline, protected, virtual]
 

Definition at line 68 of file StringCollection.h.


Member Function Documentation

FdoStringElement* FdoStringElement::Create FdoStringP  src  )  [inline, static]
 

Create from a string.

Definition at line 35 of file StringCollection.h.

References FdoStringElement().

Here is the call graph for this function:

FdoStringP FdoStringElement::GetString  )  [inline]
 

Returns the string that this element represents.

Definition at line 55 of file StringCollection.h.

FdoStringElement& FdoStringElement::operator= FdoString wString  )  [inline]
 

Operator to copy from an "unmanaged" string.

Definition at line 48 of file StringCollection.h.

FdoStringElement& FdoStringElement::operator= const FdoStringP src  )  [inline]
 

Operator to copy from a "managed" string.

Definition at line 41 of file StringCollection.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.