OpenMW
|
#include <notnode.hpp>
Public Member Functions | |
NotNode (boost::shared_ptr< Node > child) | |
virtual bool | test (const CSMWorld::IdTableBase &table, int row, const std::map< int, int > &columns) const |
Public Member Functions inherited from CSMFilter::UnaryNode | |
UnaryNode (boost::shared_ptr< Node > child, const std::string &name) | |
const Node & | getChild () const |
Node & | getChild () |
virtual std::vector< int > | getReferencedColumns () const |
virtual std::string | toString (bool numericColumns) const |
Public Member Functions inherited from CSMFilter::Node | |
Node () | |
virtual | ~Node () |
CSMFilter::NotNode::NotNode | ( | boost::shared_ptr< Node > | child | ) |
|
virtual |
columns | column ID to column index mapping |
Implements CSMFilter::Node.