mesh3d::invalid_index_exception Struct Reference

#include <exception.h>

Public Member Functions

 invalid_index_exception (uint32 index, uint32 max_index)

Data Fields

uint32 index
uint32 max_index

Detailed Description

Definition at line 60 of file exception.h.


Constructor & Destructor Documentation

mesh3d::invalid_index_exception::invalid_index_exception ( uint32  index,
uint32  max_index 
) [inline]

Definition at line 62 of file exception.h.

00063     {
00064         this->index = index;
00065         this->max_index = max_index;
00066     }


Field Documentation

Definition at line 67 of file exception.h.

Definition at line 68 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