28 stack.
push(std::dynamic_pointer_cast<StackItem, StackOperator>(ofThis));
Collection of Result information for an operation.
Stack of values to process from.
void push(StackItemPtr item)
Push item onto the stack.
virtual Result operator()(Stack &stack, StackOperator::Ptr ofThis)
Execute this item modifying stack.
std::shared_ptr< StackOperator > Ptr
const std::string Ok
Operation was successful.
Container of Calculator resources.