#include <unarynode.hpp>
CSMFilter::UnaryNode::UnaryNode |
( |
boost::shared_ptr< Node > |
child, |
|
|
const std::string & |
name |
|
) |
| |
std::vector< int > CSMFilter::UnaryNode::getReferencedColumns |
( |
| ) |
const |
|
virtual |
Return a list of the IDs of the columns referenced by this node. The column mapping passed into test as columns must contain all columns listed here.
Implements CSMFilter::Node.
std::string CSMFilter::UnaryNode::toString |
( |
bool |
numericColumns | ) |
const |
|
virtual |
Return a string that represents this node.
- Parameters
-
numericColumns | Use numeric IDs instead of string to represent columns. |
Implements CSMFilter::Node.
boost::shared_ptr<Node> CSMFilter::UnaryNode::mChild |
|
private |
std::string CSMFilter::UnaryNode::mName |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/opencs/model/filter/unarynode.hpp
- /home/travis/build/OpenMW/openmw/apps/opencs/model/filter/unarynode.cpp