Represents a file in the GPop::Store. More...
#include <gpopstore.h>
Public Types | |
typedef unsigned long | Size |
Public Member Functions | |
StoreLockEntry (int id_, Size size_, const std::string &uidl_) | |
Public Attributes | |
int | id |
Size | size |
std::string | uidl |
Represents a file in the GPop::Store.
Definition at line 80 of file gpopstore.h.
typedef unsigned long GPop::StoreLockEntry::Size |
Definition at line 84 of file gpopstore.h.
|
inline |
Definition at line 87 of file gpopstore.h.
int GPop::StoreLockEntry::id |
Definition at line 83 of file gpopstore.h.
Size GPop::StoreLockEntry::size |
Definition at line 85 of file gpopstore.h.
std::string GPop::StoreLockEntry::uidl |
Definition at line 86 of file gpopstore.h.