|
OpenMW
|
#include <ornode.hpp>
Public Member Functions | |
| OrNode (const std::vector< std::shared_ptr< Node > > &nodes) | |
| virtual bool | test (const CSMWorld::IdTableBase &table, int row, const std::map< int, int > &columns) const |
Public Member Functions inherited from CSMFilter::NAryNode | |
| NAryNode (const std::vector< std::shared_ptr< Node > > &nodes, const std::string &name) | |
| int | getSize () const |
| const Node & | operator[] (int index) const |
| virtual std::vector< int > | getReferencedColumns () const |
| virtual std::string | toString (bool numericColumns) const |
Public Member Functions inherited from CSMFilter::Node | |
| Node () | |
| virtual | ~Node () |
| CSMFilter::OrNode::OrNode | ( | const std::vector< std::shared_ptr< Node > > & | nodes | ) |
|
virtual |
| columns | column ID to column index mapping |
Implements CSMFilter::Node.
1.8.6