#include <Stack.h>
Static Public Member Functions | |
| Stack< T > & | Instance () |
Private Member Functions | |
| Stack () | |
Static Private Attributes | |
| Stack< T > * | fInstance = 0 |
Definition at line 17 of file XMLInterface/Stack.h.
|
|||||||||
|
Definition at line 30 of file XMLInterface/Stack.h. 00030 { }
|
|
|||||||||
|
Only a sigle instance of a stack is allowed per class that makes use of xmli::Stack. Objects that need to pull and push objects into the stack should use xmli::Stack<type>::Instance to get access to the stack. Definition at line 25 of file XMLInterface/Stack.h. Referenced by jobc::sequenceBuilder::Build(), cfg::paramBuilder::Build(), jobc::nodeBuilder::Build(), jobc::jobBuilder::Build(), cfg::configBuilder::Build(), evdb::CfgEdit::EditConfig(), gspushf(), gspushi(), gspushTS(), and main().
|
|
|||||
|
Definition at line 34 of file XMLInterface/Stack.h. |
1.3.9.1