LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Push a std::string onto the data stack. More...
#include <KernelActions.hpp>
Public Member Functions | |
pushString (const std::string str) | |
void | execute (void) |
std::string | name (void) const |
Public Member Functions inherited from loos::internal::Action | |
Action (const std::string s) | |
void | setStack (ValueStack *) |
void | setAtom (pAtom &) |
Additional Inherited Members | |
Protected Member Functions inherited from loos::internal::Action | |
int | binComp (void) |
Compare the top two items on the stack... | |
bool | negativeOperand (void) |
void | binaryFalseResult (void) |
void | requireAtom (void) |
Check to make sure an atom has been set... | |
Protected Attributes inherited from loos::internal::Action | |
ValueStack * | stack |
Pointer to the data stack. | |
pAtom | atom |
Pointer to the atom we'll be working on... | |
std::string | my_name |
Record of command-name (for printing) | |
Push a std::string onto the data stack.
|
virtual |
Implements loos::internal::Action.
|
virtual |
Reimplemented from loos::internal::Action.