Psyllid  v1.12.4
Project 8 Data Acquisisition Software
Public Member Functions | Protected Attributes | List of all members
error Class Reference

#include <psyllid_error.hh>

Inheritance diagram for error:
Inheritance graph

Public Member Functions

 error ()
 
 error (const error &p_copy)
 
erroroperator= (const error &p_copy)
 
virtual ~error () throw ()
 
template<class x_type >
erroroperator<< (const x_type &p_fragment)
 
const char * what () const throw ()
 

Protected Attributes

std::string f_message
 

Detailed Description

Definition at line 11 of file psyllid_error.hh.

Constructor & Destructor Documentation

◆ error() [1/2]

error ( )

Definition at line 8 of file psyllid_error.cc.

◆ error() [2/2]

error ( const error p_copy)

Definition at line 13 of file psyllid_error.cc.

◆ ~error()

~error ( )
throw (
)
virtual

Definition at line 24 of file psyllid_error.cc.

Member Function Documentation

◆ operator<<()

error & operator<< ( const x_type &  p_fragment)

Definition at line 29 of file psyllid_error.hh.

◆ operator=()

error & operator= ( const error p_copy)

Definition at line 18 of file psyllid_error.cc.

◆ what()

const char * what ( ) const
throw (
)

Definition at line 28 of file psyllid_error.cc.

Member Data Documentation

◆ f_message

std::string f_message
protected

Definition at line 25 of file psyllid_error.hh.


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