|
Groonga 3.0.9 Source Code Document
|
#include <dat.hpp>


Public Member Functions | |
| Error () throw () | |
| Error (const char *file, int line, const char *what) throw () | |
| Error (const Error &ex) throw () | |
| virtual | ~Error () throw () |
| virtual Error & | operator= (const Error &ex) throw () |
| virtual ErrorCode | code () const throw () |
Public Member Functions inherited from Exception | |
| Exception () throw () | |
| Exception (const char *file, int line, const char *what) throw () | |
| Exception (const Exception &ex) throw () | |
| virtual | ~Exception () throw () |
| virtual Exception & | operator= (const Exception &ex) throw () |
| virtual const char * | file () const throw () |
| virtual int | line () const throw () |
| virtual const char * | what () const throw () |
|
inline |
|
inlinevirtual |
1.8.1.2