OpenMW
Public Member Functions | Private Attributes
CSMFilter::UnaryNode Class Reference

#include <unarynode.hpp>

List of all members.

Public Member Functions

 UnaryNode (boost::shared_ptr< Node > child, const std::string &name)
const NodegetChild () const
NodegetChild ()
virtual std::vector< int > getReferencedColumns () const
virtual std::string toString (bool numericColumns) const

Private Attributes

boost::shared_ptr< NodemChild
std::string mName

Constructor & Destructor Documentation

CSMFilter::UnaryNode::UnaryNode ( boost::shared_ptr< Node child,
const std::string &  name 
)

Member Function Documentation

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:
numericColumnsUse numeric IDs instead of string to represent columns.

Implements CSMFilter::Node.


Member Data Documentation

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: