FDO API Reference | Feature Data Objects |
#include <StringCollection.h>
Inherits FdoDisposable.
Inheritance diagram for FdoStringElement:
Definition at line 31 of file StringCollection.h.
Public Member Functions | |
FdoStringP | GetString () |
Returns the string that this element represents. | |
FdoStringElement & | operator= (const FdoString *wString) |
Operator to copy from an "unmanaged" string. | |
FdoStringElement & | operator= (const FdoStringP &src) |
Operator to copy from a "managed" string. | |
Static Public Member Functions | |
FdoStringElement * | Create (FdoStringP src) |
Create from a string. | |
Protected Member Functions | |
FdoStringElement (FdoStringP src) | |
FdoStringElement () | |
Create from a string. | |
virtual | ~FdoStringElement (void) |
|
Create from a string.
Definition at line 62 of file StringCollection.h. Referenced by Create(). |
|
Definition at line 63 of file StringCollection.h. |
|
Definition at line 68 of file StringCollection.h. |
|
Create from a string.
Definition at line 35 of file StringCollection.h. References FdoStringElement(). |
Here is the call graph for this function:
|
Returns the string that this element represents.
Definition at line 55 of file StringCollection.h. |
|
Operator to copy from an "unmanaged" string.
Definition at line 48 of file StringCollection.h. |
|
Operator to copy from a "managed" string.
Definition at line 41 of file StringCollection.h. |
Comments or suggestions? Send us feedback. |