SST/macro
Public Member Functions | List of all members
sprockit::unimplemented_error Struct Reference

A function was intentionally unimplemented because it doesn't make sense, or it is ongoing work. More...

#include <errors.h>

Inheritance diagram for sprockit::unimplemented_error:
Inheritance graph
Collaboration diagram for sprockit::unimplemented_error:
Collaboration graph

Public Member Functions

 unimplemented_error (const std::string &msg)
 
virtual ~unimplemented_error () throw ()
 
- Public Member Functions inherited from sprockit::spkt_error
 spkt_error (const std::string &msg)
 
virtual ~spkt_error () throw ()
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Public Attributes inherited from sprockit::spkt_error
const std::string message
 

Detailed Description

A function was intentionally unimplemented because it doesn't make sense, or it is ongoing work.

Definition at line 181 of file errors.h.

Constructor & Destructor Documentation

sprockit::unimplemented_error::unimplemented_error ( const std::string &  msg)
inline

Definition at line 182 of file errors.h.

virtual sprockit::unimplemented_error::~unimplemented_error ( )
throw (
)
inlinevirtual

Definition at line 186 of file errors.h.


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