Class that serves as a reflective interface for tuple attributes. More...
#include <SPL/Runtime/Type/TupleIterator.h>
Class that serves as a reflective interface for tuple attributes.
Copy constructor
- Parameters
-
o |
tuple attribute to construct from |
SPL::TupleAttribute::TupleAttribute |
( |
const std::string & |
name, |
|
|
uint32_t |
index, |
|
|
Tuple & |
tuple |
|
) |
|
|
|
inline |
Constructor
- Parameters
-
name |
name of the attribute |
index |
index of the attribute |
tuple |
tuple for this attribute |
const std::string& SPL::TupleAttribute::getName |
( |
|
) |
const |
|
inline |
Get the name of the attribute
- Returns
- name of the attribute
uint32_t SPL::TupleAttribute::getIndex |
( |
|
) |
const |
|
inline |
Get the index of the attribute
- Returns
- index of the attribute
Get the value of the attribute
- Returns
- value of the attribute
Get the value of the attribute
- Returns
- value of the attribute
The documentation for this class was generated from the following file: