FDO API Reference | Feature Data Objects |
#include <Vector.h>
Inherits FdoCollection< FdoVectorElement, FdoException >.
Inheritance diagram for FdoVector:
Definition at line 99 of file Vector.h.
Public Member Functions | |
FDO_API_COMMON int | Add (double value) |
Adds a number to the end of this vector. | |
FDO_API_COMMON void | Append (const FdoVector *src) |
Appends the numbers from src to the end of this vector. | |
FDO_API_COMMON double | GetValue (int index) const |
Gets the number in the vector at the specified index. Throws an invalid argument exception if the index is out of range. | |
FDO_API_COMMON FdoStringP | ToString (FdoString *separator=L", ") |
Concatenates the numbers in this collection. | |
Static Public Member Functions | |
FDO_API_COMMON FdoVector * | Create (const FdoStringP &inString, FdoString *delimiters, bool bNullTokens=false) |
Creates a vector that is tokenize from a string. The vector contains an element for each token. Non-numberic tokens become 0.0. | |
FDO_API_COMMON FdoVector * | Create (const FdoVector *src) |
Creates a copy of a vector. | |
FDO_API_COMMON FdoVector * | Create (void) |
Constructs a new empty vector. | |
Protected Member Functions | |
virtual FDO_API_COMMON void | Dispose () |
| |
FdoVector (const FdoStringP &inString, FdoString *delimiters, bool bNullTokens=false) | |
FdoVector (const FdoVector *src) | |
FdoVector (void) | |
DOXYGEN-IGNORE | |
virtual | ~FdoVector (void) |
|
DOXYGEN-IGNORE
|
|
|
|
|
|
|
|
Adds a number to the end of this vector.
|
|
Appends the numbers from src to the end of this vector.
|
|
Creates a vector that is tokenize from a string. The vector contains an element for each token. Non-numberic tokens become 0.0.
|
|
Creates a copy of a vector.
|
|
Constructs a new empty vector.
|
|
Implements FdoIDisposable. Definition at line 187 of file Vector.h. References FDO_API_COMMON. |
|
Gets the number in the vector at the specified index. Throws an invalid argument exception if the index is out of range.
|
|
Concatenates the numbers in this collection.
|
Comments or suggestions? Send us feedback. |