libmoost
moost::testing::error_matcher Struct Reference

#include <error_matcher.hpp>

List of all members.

Public Member Functions

 error_matcher (const std::string &regex)
template<typename ErrT >
bool operator() (const ErrT &e) const

Private Attributes

const boost::regex m_regex

Detailed Description

Definition at line 36 of file error_matcher.hpp.


Constructor & Destructor Documentation

moost::testing::error_matcher::error_matcher ( const std::string &  regex) [inline]

Definition at line 38 of file error_matcher.hpp.


Member Function Documentation

template<typename ErrT >
bool moost::testing::error_matcher::operator() ( const ErrT &  e) const [inline]

Definition at line 44 of file error_matcher.hpp.


Member Data Documentation

const boost::regex moost::testing::error_matcher::m_regex [private]

Definition at line 51 of file error_matcher.hpp.


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