|
LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Push atom name onto the stack. More...
#include <KernelActions.hpp>


Public Member Functions | |
| void | execute (void) |
Public Member Functions inherited from loos::internal::Action | |
| Action (const std::string s) | |
| void | setStack (ValueStack *) |
| void | setAtom (pAtom &) |
| virtual std::string | name (void) const |
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 atom name onto the stack.
|
virtual |
Implements loos::internal::Action.