Definition at line 534 of file library.h.
◆ CodeBlock()
Library::CodeBlock::CodeBlock |
( |
| ) |
|
|
default |
◆ addBlock()
void Library::CodeBlock::addBlock |
( |
const char * |
blockName | ) |
|
|
inline |
◆ end()
const std::string& Library::CodeBlock::end |
( |
| ) |
const |
|
inline |
◆ isBlock()
bool Library::CodeBlock::isBlock |
( |
const std::string & |
blockName | ) |
const |
|
inline |
◆ offset()
int Library::CodeBlock::offset |
( |
| ) |
const |
|
inline |
◆ setEnd()
void Library::CodeBlock::setEnd |
( |
const char * |
e | ) |
|
|
inline |
◆ setOffset()
void Library::CodeBlock::setOffset |
( |
const int |
o | ) |
|
|
inline |
◆ setStart()
void Library::CodeBlock::setStart |
( |
const char * |
s | ) |
|
|
inline |
◆ start()
const std::string& Library::CodeBlock::start |
( |
| ) |
const |
|
inline |
◆ mBlocks
std::set<std::string> Library::CodeBlock::mBlocks |
|
private |
◆ mEnd
std::string Library::CodeBlock::mEnd |
|
private |
◆ mOffset
int Library::CodeBlock::mOffset {} |
|
private |
◆ mStart
std::string Library::CodeBlock::mStart |
|
private |
The documentation for this class was generated from the following file: