mesh3d::key_not_found_exception< Key > Struct Template Reference

#include <exception.h>

Public Member Functions

 key_not_found_exception (Key key)

Data Fields

Key key

Detailed Description

template<typename Key>
struct mesh3d::key_not_found_exception< Key >

Definition at line 72 of file exception.h.


Constructor & Destructor Documentation

template<typename Key >
mesh3d::key_not_found_exception< Key >::key_not_found_exception ( Key  key  )  [inline]

Definition at line 74 of file exception.h.

00075     {
00076         this->key = key;
00077     }


Field Documentation

template<typename Key >
Key mesh3d::key_not_found_exception< Key >::key

Definition at line 78 of file exception.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 11 12:23:11 2010 for RenderStack by  doxygen 1.6.3