Public Member Functions | Public Attributes | List of all members
Thing Struct Reference
Inheritance diagram for Thing:

Public Member Functions

 Thing ()
 
 Thing (int xx)
 
 Thing (const std::string &msg)
 

Public Attributes

int x
 

Detailed Description

Definition at line 9 of file Exception_t.cc.

Constructor & Destructor Documentation

Thing::Thing ( )
inline

Definition at line 10 of file Exception_t.cc.

10 : x() {}
int x
Definition: Exception_t.cc:12
Thing::Thing ( int  xx)
inlineexplicit

Definition at line 11 of file Exception_t.cc.

11 : x(xx) {}
int x
Definition: Exception_t.cc:12
Thing::Thing ( const std::string msg)
inline

Definition at line 7 of file ExceptionDerived_t.cc.

7 : exception("Thing", msg) {}
void msg(const char *fmt,...)
Definition: message.cpp:107
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33

Member Data Documentation

int Thing::x

Definition at line 12 of file Exception_t.cc.


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