#include <Wall.h>
Definition at line 10 of file Wall.h.
int Wall::addWall |
( |
string |
name, |
|
|
string |
cline1, |
|
|
string |
cline2, |
|
|
string |
wall1, |
|
|
string |
wall2, |
|
|
string |
section |
|
) |
| |
|
static |
Wall * Wall::getWall |
( |
string |
name | ) |
|
|
static |
int Wall::readFromJSON |
( |
json_t * |
theObject | ) |
|
int Wall::readObjects |
( |
json_t * |
sectArray, |
|
|
map< string, Wall * > & |
theWalls |
|
) |
| |
|
static |
int Wall::removeAllWall |
( |
void |
| ) |
|
|
static |
int Wall::removeWall |
( |
string |
name | ) |
|
|
static |
int Wall::writeObjects |
( |
json_t * |
sectArray | ) |
|
|
static |
int Wall::writeToJSON |
( |
json_t * |
theArray | ) |
|
map< string, Wall * > Wall::theWalls |
|
static |
The documentation for this class was generated from the following files: