SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes
sipwitch::registry::pointer Class Reference

#include <server.h>

Collaboration diagram for sipwitch::registry::pointer:
Collaboration graph
[legend]

Public Member Functions

 pointer ()
 
 pointer (const char *id)
 
 pointer (pointer const &copy)
 
 ~pointer ()
 
void operator= (mapped *ptr)
 
 operator bool () const
 
bool operator! () const
 
mappedoperator-> () const
 
mappedoperator* () const
 

Private Attributes

mappedentry
 

Detailed Description

Definition at line 82 of file server.h.

Constructor & Destructor Documentation

sipwitch::registry::pointer::pointer ( )

Definition at line 45 of file registry.cpp.

sipwitch::registry::pointer::pointer ( const char *  id)

Definition at line 50 of file registry.cpp.

sipwitch::registry::pointer::pointer ( pointer const &  copy)

Definition at line 57 of file registry.cpp.

sipwitch::registry::pointer::~pointer ( )

Definition at line 63 of file registry.cpp.

Member Function Documentation

sipwitch::registry::pointer::operator bool ( ) const
inline

Definition at line 95 of file server.h.

bool sipwitch::registry::pointer::operator! ( ) const
inline

Definition at line 98 of file server.h.

mapped* sipwitch::registry::pointer::operator* ( ) const
inline

Definition at line 104 of file server.h.

mapped* sipwitch::registry::pointer::operator-> ( ) const
inline

Definition at line 101 of file server.h.

void sipwitch::registry::pointer::operator= ( mapped ptr)

Definition at line 68 of file registry.cpp.

Field Documentation

mapped* sipwitch::registry::pointer::entry
private

Definition at line 85 of file server.h.


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