◆ Object()
Assembler::Object::Object |
( |
const std::string & |
name | ) |
|
|
inline |
◆ AddMethod()
Method * Assembler::Object::AddMethod |
( |
const std::string & |
name | ) |
|
|
inline |
◆ FindMethod()
Method * Assembler::Object::FindMethod |
( |
const std::string & |
name | ) |
const |
|
inlineprivate |
◆ HasMethod()
bool Assembler::Object::HasMethod |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ MethodCount()
size_t Assembler::Object::MethodCount |
( |
| ) |
const |
|
inline |
◆ Name()
const std::string & Assembler::Object::Name |
( |
| ) |
const |
|
inline |
◆ mMethods
std::map<std::string, std::unique_ptr<Method> > Assembler::Object::mMethods |
|
private |
◆ mName
std::string Assembler::Object::mName |
|
private |
The documentation for this class was generated from the following file: