LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "TKeyVFSOpenPolicy.h"
Public Member Functions | |
TKeyVFSOpenPolicy (TFile *const tfile, int const flags=SQLITE_OPEN_READONLY) | |
sqlite3 * | open (std::string const &key) |
Private Attributes | |
TFile * | tfile_ |
int | flags_ |
Definition at line 11 of file TKeyVFSOpenPolicy.h.
|
explicit |
sqlite3 * art::TKeyVFSOpenPolicy::open | ( | std::string const & | key | ) |
Definition at line 11 of file TKeyVFSOpenPolicy.cc.
References art::errors::FileOpenError, flags_, tfile_, and tkeyvfs_open_v2().
|
private |
Definition at line 20 of file TKeyVFSOpenPolicy.h.
Referenced by open(), and TKeyVFSOpenPolicy().
|
private |
Definition at line 19 of file TKeyVFSOpenPolicy.h.
Referenced by open().