CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly Struct Reference
Collaboration diagram for sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly:

Public Member Functions

 VfsRdOnly ()
 

Public Attributes

CacheManagercache_mgr
 
perf::Countern_access
 
perf::Counterno_open
 
perf::Countern_rand
 
perf::Countersz_rand
 
perf::Countern_read
 
perf::Countersz_read
 
perf::Countern_sleep
 
perf::Countersz_sleep
 
perf::Countern_time
 

Detailed Description

The private user data attached to the sqlite_vfs object.

Definition at line 53 of file sqlitevfs.cc.

Constructor & Destructor Documentation

sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::VfsRdOnly ( )
inline

Definition at line 54 of file sqlitevfs.cc.

Member Data Documentation

CacheManager* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::cache_mgr

Definition at line 66 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_access

Definition at line 67 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_rand

Definition at line 69 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_read

Definition at line 71 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_sleep

Definition at line 73 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::n_time

Definition at line 75 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::no_open

Definition at line 68 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::sz_rand

Definition at line 70 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::sz_read

Definition at line 72 of file sqlitevfs.cc.

perf::Counter* sqlite::anonymous_namespace{sqlitevfs.cc}::VfsRdOnly::sz_sleep

Definition at line 74 of file sqlitevfs.cc.


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