#include <StringDataType.hpp>
◆ StringDataType() [1/2]
| StringDataType::StringDataType |
( |
| ) |
|
◆ StringDataType() [2/2]
◆ ~StringDataType()
| StringDataType::~StringDataType |
( |
| ) |
|
|
default |
◆ accept()
◆ createInstance()
| void * StringDataType::createInstance |
( |
unsigned int |
num | ) |
const |
|
overridevirtual |
◆ deleteInstance()
| void StringDataType::deleteInstance |
( |
void * |
address | ) |
const |
|
overridevirtual |
Delete this instance.
- Parameters
-
| address | of instance to delete |
- Note
- Is this compatible with the createInstance?
Implements DataType.
◆ getSize()
| size_t StringDataType::getSize |
( |
| ) |
const |
|
overridevirtual |
◆ getTypeSpecName()
| std::string StringDataType::getTypeSpecName |
( |
| ) |
const |
|
overridevirtual |
Get the Type Spec Name object.
- Returns
- std::string name of the type
Implements DataType.
◆ isValid()
| bool StringDataType::isValid |
( |
| ) |
const |
|
overridevirtual |
Determine whether this type has already been successfully validated.
- Returns
- true if validated, false otherwise
Implements DataType.
◆ operator=()
◆ validate()
| bool StringDataType::validate |
( |
DataTypeInator * |
dataTypeInator = NULL | ) |
|
|
overridevirtual |
A StringDataType is always valid.
- Parameters
-
| dataTypeInator | unused parameter, defaults to null |
- Returns
- true always
Implements DataType.
The documentation for this class was generated from the following files: