basix_doc 0.1
exception Class Reference

#include <exception.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 25 of file exception.hpp.


Constructor & Destructor Documentation

exception ( const generic g) [inline]

Definition at line 31 of file exception.hpp.

: rep (g) {}

Member Function Documentation

generic operator* ( ) const [inline]

Definition at line 29 of file exception.hpp.

{ return rep; }

Member Data Documentation

Definition at line 32 of file exception.hpp.

Definition at line 32 of file exception.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines