#include <function_store.h>
Definition at line 12 of file function_store.h.
◆ FunctionStore()
Shared::FunctionStore::FunctionStore |
( |
| ) |
|
◆ activeFunctionAtIndex()
Function * Shared::FunctionStore::activeFunctionAtIndex |
( |
int |
i | ) |
|
|
virtual |
◆ addEmptyFunction()
virtual Function* Shared::FunctionStore::addEmptyFunction |
( |
| ) |
|
|
pure virtual |
◆ definedFunctionAtIndex()
Function * Shared::FunctionStore::definedFunctionAtIndex |
( |
int |
i | ) |
|
|
virtual |
◆ functionAtIndex()
virtual Function* Shared::FunctionStore::functionAtIndex |
( |
int |
i | ) |
|
|
pure virtual |
◆ maxNumberOfFunctions()
virtual int Shared::FunctionStore::maxNumberOfFunctions |
( |
| ) |
|
|
pure virtual |
◆ numberOfActiveFunctions()
int Shared::FunctionStore::numberOfActiveFunctions |
( |
| ) |
|
◆ numberOfDefinedFunctions()
int Shared::FunctionStore::numberOfDefinedFunctions |
( |
| ) |
|
◆ numberOfFunctions()
int Shared::FunctionStore::numberOfFunctions |
( |
| ) |
|
◆ removeAll()
virtual void Shared::FunctionStore::removeAll |
( |
| ) |
|
|
pure virtual |
◆ removeFunction()
virtual void Shared::FunctionStore::removeFunction |
( |
Function * |
f | ) |
|
|
pure virtual |
◆ storeChecksum()
virtual uint32_t Shared::FunctionStore::storeChecksum |
( |
| ) |
|
|
pure virtual |
◆ symbol()
virtual char Shared::FunctionStore::symbol |
( |
| ) |
const |
|
pure virtual |
◆ tidy()
void Shared::FunctionStore::tidy |
( |
| ) |
|
◆ m_numberOfFunctions
int Shared::FunctionStore::m_numberOfFunctions |
|
protected |
The documentation for this class was generated from the following files: