Apache Mesos
Public Member Functions | Public Attributes | List of all members
_CheckFatal Struct Reference

#include <check.hpp>

Public Member Functions

 _CheckFatal (const char *_file, int _line, const char *type, const char *expression, const Error &error)
 
 ~_CheckFatal ()
 
std::ostream & stream ()
 

Public Attributes

const std::string file
 
const int line
 
std::ostringstream out
 

Constructor & Destructor Documentation

_CheckFatal::_CheckFatal ( const char *  _file,
int  _line,
const char *  type,
const char *  expression,
const Error error 
)
inline
_CheckFatal::~_CheckFatal ( )
inline

Member Function Documentation

std::ostream& _CheckFatal::stream ( )
inline

Member Data Documentation

const std::string _CheckFatal::file
const int _CheckFatal::line
std::ostringstream _CheckFatal::out

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