Attribute data class.
More...
Attribute data class.
It contains information about an attribute.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
int32_t Attribute::GetArraySize |
( |
| ) |
const |
|
inline |
Gets the number of elements in the array.
- Returns
- The size of the array
int64_t Attribute::GetCount |
( |
| ) |
const |
|
inline |
Gets the number of non-NULL values.
- Returns
- The number of non-NULL values.
DataType Attribute::GetDataType |
( |
| ) |
const |
|
inline |
Gets the data type.
- Returns
- The DataType.
attr_t Attribute::GetId |
( |
| ) |
const |
|
inline |
Gets the Sparksee attribute identifier.
- Returns
- The Sparksee attribute identifier.
Gets the attribute kind.
- Returns
- The AttributeKind.
const std::wstring& Attribute::GetName |
( |
| ) |
const |
|
inline |
Gets the unique attribute name.
- Returns
- The unique attribute name.
int64_t Attribute::GetSize |
( |
| ) |
const |
|
inline |
Gets the number of different values.
- Returns
- The number of different values.
type_t Attribute::GetTypeId |
( |
| ) |
const |
|
inline |
bool_t Attribute::IsArrayAttribute |
( |
| ) |
const |
|
inline |
Check if it's an array attribute.
- Returns
- True if it's an array attribute, or false otherwise.
bool_t Attribute::IsSessionAttribute |
( |
| ) |
const |
|
inline |
Check if it's a session attribute or a persistent one.
- Returns
- True if it's a session attribute, or false otherwise.
The documentation for this class was generated from the following file: