|
EpcTools
An event based multi-threaded C++ development framework.
|
A helper class which pushes/pops items on the builder's object stack based on its lifetime. More...
#include <ejsonbuilder.h>
Public Member Functions | |
| StackContainer (EJsonBuilder &builder, const EString &name="") | |
| Constructs the helper class with the provided container type. This pushes the container object onto the builder's stack. More... | |
| ~StackContainer () | |
| Destructor. Pops the container object off the builder's stack. More... | |
A helper class which pushes/pops items on the builder's object stack based on its lifetime.
| EJsonBuilder::StackContainer< T >::StackContainer | ( | EJsonBuilder & | builder, |
| const EString & | name = "" |
||
| ) |
Constructs the helper class with the provided container type. This pushes the container object onto the builder's stack.
| builder | the builder to append to |
| name | see EJsonBuilder::pop() for details |
| EJsonBuilder::StackContainer< T >::~StackContainer | ( | ) |
Destructor. Pops the container object off the builder's stack.
| see | EJsonBuilder::pop() for details |
1.8.11