#include <booleannode.hpp>
List of all members.
Public Member Functions |
| BooleanNode (bool true_) |
virtual bool | test (const CSMWorld::IdTable &table, int row, const std::map< int, int > &columns) const |
virtual std::string | toString (bool numericColumns) const |
Private Attributes |
bool | mTrue |
Constructor & Destructor Documentation
Member Function Documentation
- Returns:
- Can the specified table row pass through to filter?
- Parameters:
-
columns | column ID to column index mapping |
Implements CSMFilter::Node.
Return a string that represents this node.
- Parameters:
-
numericColumns | Use numeric IDs instead of string to represent columns. |
Implements CSMFilter::Node.
Member Data Documentation
The documentation for this class was generated from the following files: