Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

VL::Exception Struct Reference

Generic exception. More...

#include <sift.hpp>


Detailed Description

Generic exception.

Definition at line 115 of file sift.hpp.

List of all members.

Public Member Functions

 Exception (std::string _msg)
 Build generic exception with message.

Public Attributes

std::string msg

Constructor & Destructor Documentation

VL::Exception::Exception ( std::string  _msg  ) 

Build generic exception with message.

The message can be accessed as the Exception::msg data member.

Parameters:
_msg message.

Definition at line 125 of file sift.hpp.


Member Data Documentation

std::string VL::Exception::msg

Exception message

Definition at line 128 of file sift.hpp.

Referenced by siftdriver().


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:26 2016 by Doxygen 1.6.3