| 
| TCut  | operator! (const TCut &rhs) | 
|   | Logical negation.  More...
  | 
|   | 
| TCut  | operator&& (const char *lhs, const TCut &rhs) | 
|   | Logical and.  More...
  | 
|   | 
| TCut  | operator&& (const TCut &lhs, const char *rhs) | 
|   | Logical and.  More...
  | 
|   | 
| TCut  | operator&& (const TCut &lhs, const TCut &rhs) | 
|   | Logical and.  More...
  | 
|   | 
| TCut  | operator* (const char *lhs, const TCut &rhs) | 
|   | Multiplication.  More...
  | 
|   | 
| TCut  | operator* (const TCut &lhs, const char *rhs) | 
|   | Multiplication.  More...
  | 
|   | 
| TCut  | operator* (const TCut &lhs, const TCut &rhs) | 
|   | Multiplication.  More...
  | 
|   | 
| TCut  | operator+ (const char *lhs, const TCut &rhs) | 
|   | Addition.  More...
  | 
|   | 
| TCut  | operator+ (const TCut &lhs, const char *rhs) | 
|   | Addition.  More...
  | 
|   | 
| TCut  | operator+ (const TCut &lhs, const TCut &rhs) | 
|   | Addition.  More...
  | 
|   | 
| TCut  | operator|| (const char *lhs, const TCut &rhs) | 
|   | Logical or.  More...
  | 
|   | 
| TCut  | operator|| (const TCut &lhs, const char *rhs) | 
|   | Logical or.  More...
  | 
|   | 
| TCut  | operator|| (const TCut &lhs, const TCut &rhs) | 
|   | Logical or.  More...
  | 
|   |