LVSemanticArray represents an array type. You can get an array out of a data type container by calling LVSemanticData::GetArray().
|
Return Values |
Functions |
Description |
|
|
LVSemanticArray() |
Constructor |
|
|
LVSemanticArray(const LVSemanticArray& other) |
Copy constructor |
|
LVSemanticArray& |
operator=(const LVSemanticArray& other) |
Assignment Operator |
|
|
~LVSemanticArray() |
Destructor |
|
int |
Size() |
Return the number of properties in this array. |
|
operator [] (int Index)
|
Return the semantic data indicated by the index. If the Index does not exist, the returned semantic data will have type SI_TYPE_NULL. |
|
|
At(int Index)
|
Return the semantic data indicated by the index. If the Index does not exist, the returned semantic data will have type SI_TYPE_NULL. |
Complete Help Topic List | Speech Engine Product Information