Coda Distributed File System
Public Member Functions | Friends | List of all members
RealmDB Class Reference

#include <realmdb.h>

Public Member Functions

void * operator new (size_t size) REQUIRES_TRANSACTION
 
void operator delete (void *p) REQUIRES_TRANSACTION
 
 RealmDB (void) REQUIRES_TRANSACTION
 
 ~RealmDB (void)
 
void ResetTransient (void) EXCLUDES_TRANSACTION
 
RealmGetRealm (const char *realm) EXCLUDES_TRANSACTION
 
RealmGetRealm (const RealmId realmid)
 
void GetDown (void) EXCLUDES_TRANSACTION
 
void print (FILE *f)
 
void print (void)
 

Friends

class fsobj
 
void RealmDBInit (void)
 

Constructor & Destructor Documentation

◆ RealmDB()

RealmDB::RealmDB ( void  )

◆ ~RealmDB()

RealmDB::~RealmDB ( void  )

Member Function Documentation

◆ GetDown()

void RealmDB::GetDown ( void  )

◆ GetRealm() [1/2]

Realm * RealmDB::GetRealm ( const char *  realm)

◆ GetRealm() [2/2]

Realm * RealmDB::GetRealm ( const RealmId  realmid)

◆ operator delete()

void RealmDB::operator delete ( void *  p)
inline

◆ operator new()

void * RealmDB::operator new ( size_t  size)
inline

◆ print() [1/2]

void RealmDB::print ( FILE *  f)

◆ print() [2/2]

void RealmDB::print ( void  )
inline

◆ ResetTransient()

void RealmDB::ResetTransient ( void  )

Friends And Related Function Documentation

◆ fsobj

friend class fsobj
friend

◆ RealmDBInit

void RealmDBInit ( void  )
friend

The documentation for this class was generated from the following files: