Class that serves as a reflective interface for const tuple attributes. More...
#include <SPL/Runtime/Type/TupleIterator.h>
List of all members.
Detailed Description
Class that serves as a reflective interface for const tuple attributes.
Constructor & Destructor Documentation
Copy constructor
- Parameters:
-
o |
constant tuple attribute to construct from |
SPL::ConstTupleAttribute::ConstTupleAttribute |
( |
const TupleAttribute & |
o |
) |
|
|
inline |
Copy constructor
- Parameters:
-
o |
tuple attribute to construct from |
SPL::ConstTupleAttribute::ConstTupleAttribute |
( |
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 |
Member Function Documentation
const std::string& SPL::ConstTupleAttribute::getName |
( |
|
) |
const |
|
inline |
Get the name of the attribute
- Returns:
- name of the attribute
uint32_t SPL::ConstTupleAttribute::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: