Sirikata
Classes | Namespaces | Typedefs
libsqlite/include/sirikata/sqlite/SQLite.hpp File Reference
#include <sirikata/sqlite/Platform.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/tss.hpp>
#include <boost/thread/locks.hpp>
#include <sqlite3.h>
Include dependency graph for SQLite.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::SQLiteDB
 Represents a SQLite database connection. More...
class  Sirikata::SQLite
 Class to manage SQLite connections so they can be shared by multiple classes or objects. More...

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Typedefs

typedef std::tr1::shared_ptr
< SQLiteDB > 
Sirikata::SQLiteDBPtr
typedef std::tr1::weak_ptr
< SQLiteDB > 
Sirikata::WeakSQLiteDBPtr