SQLiteC++
0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
|
Encapsulation of the error message from SQLite3 on a std::runtime_error. More...
#include <stdexcept>
#include <cassert>
Go to the source code of this file.
Classes | |
class | SQLite::Exception |
Encapsulation of the error message from SQLite3, based on std::runtime_error. More... | |
Namespaces | |
namespace | SQLite |
Macros | |
#define | SQLITE_CPP_ASSERT(expression) (expression) |
Encapsulation of the error message from SQLite3 on a std::runtime_error.
Copyright (c) 2012-2013 Sebastien Rombauts (sebas) tien .romb auts @gmai l.co m
Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at http://opensource.org/licenses/MIT)
Definition in file Exception.h.
#define SQLITE_CPP_ASSERT | ( | expression | ) | (expression) |
Definition at line 23 of file Exception.h.