#include <ReposStats.H>
Inheritance diagram for ReposStats::MemStats:
Public Member Functions | |
MemStats () | |
MemStats (Basics::uint64 t, Basics::uint64 r) | |
MemStats (const MemStats &other) | |
MemStats & | operator= (const MemStats &other) |
void | send (SRPC *srpc) const throw (SRPC::failure) |
void | recv (SRPC *srpc) throw (SRPC::failure) |
Public Attributes | |
Basics::uint64 | total |
Basics::uint64 | resident |
|
Definition at line 226 of file ReposStats.H. |
|
Definition at line 229 of file ReposStats.H. |
|
Definition at line 232 of file ReposStats.H. |
|
Definition at line 236 of file ReposStats.H. |
|
Implements ReposStats::Stat. Referenced by ReposStats::getStats(). |
|
Implements ReposStats::Stat. |
|
Definition at line 225 of file ReposStats.H. Referenced by operator=(). |
|
Definition at line 225 of file ReposStats.H. Referenced by operator=(). |