ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Partitioner::Exception Struct Reference

#include <Partitioner.h>

Collaboration diagram for Partitioner::Exception:

Public Member Functions

 Exception (const std::string &mesg)
 
void print (std::ostream &o) const
 

Public Attributes

std::string mesg
 

Friends

std::ostream & operator<< (std::ostream &o, const Exception &e)
 

Detailed Description

Definition at line 121 of file Partitioner.h.

Constructor & Destructor Documentation

Partitioner::Exception::Exception ( const std::string &  mesg)
inline

Definition at line 123 of file Partitioner.h.

Member Function Documentation

void Partitioner::Exception::print ( std::ostream &  o) const
inline

Definition at line 124 of file Partitioner.h.

References mesg.

Referenced by operator<<().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const Exception e 
)
friend

Definition at line 25 of file Partitioner.C.

Member Data Documentation

std::string Partitioner::Exception::mesg

Definition at line 122 of file Partitioner.h.

Referenced by print().


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