Fraxinus  18.10
An IGT application
Catch::Tag Class Reference

#include <catch.hpp>

Public Member Functions

 Tag ()
 
 Tag (std::string const &name, bool isNegated)
 
std::string getName () const
 
bool isNegated () const
 
bool operator! () const
 

Detailed Description

Definition at line 1704 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Tag::Tag ( )
inline

Definition at line 1706 of file catch.hpp.

Catch::Tag::Tag ( std::string const &  name,
bool  isNegated 
)
inline

Definition at line 1710 of file catch.hpp.

Member Function Documentation

std::string Catch::Tag::getName ( ) const
inline

Definition at line 1715 of file catch.hpp.

bool Catch::Tag::isNegated ( ) const
inline

Definition at line 1718 of file catch.hpp.

bool Catch::Tag::operator! ( ) const
inline

Definition at line 1722 of file catch.hpp.


The documentation for this class was generated from the following file: