#include <pk11slot.h>
Public Types | |
typedef ConexusPointer< PK11Slot > | pointer |
Public Member Functions | |
~PK11Slot () | |
const char * | name () |
const char * | token_name () |
bool | is_hardware () |
bool | is_available () |
bool | is_readonly () |
operator bool () | |
void | set_cobj (PK11SlotInfo *cobj) |
PK11SlotInfo * | cobj () |
Static Public Member Functions | |
static pointer | create (PK11SlotInfo *cobj=NULL) |
Protected Member Functions | |
PK11Slot (PK11SlotInfo *cobj) | |
Protected Attributes | |
PK11SlotInfo * | m_cobj |
typedef ConexusPointer<PK11Slot> Conexus::NSS::PK11Slot::pointer |
Conexus::NSS::PK11Slot::PK11Slot | ( | PK11SlotInfo * | cobj | ) | [protected] |
Referenced by create().
Conexus::NSS::PK11Slot::~PK11Slot | ( | ) |
PK11SlotInfo * Conexus::NSS::PK11Slot::cobj | ( | ) |
References m_cobj.
PK11Slot::pointer Conexus::NSS::PK11Slot::create | ( | PK11SlotInfo * | cobj = NULL |
) | [static] |
References PK11Slot().
bool Conexus::NSS::PK11Slot::is_available | ( | ) |
References m_cobj.
bool Conexus::NSS::PK11Slot::is_hardware | ( | ) |
References m_cobj.
bool Conexus::NSS::PK11Slot::is_readonly | ( | ) |
References m_cobj.
const char * Conexus::NSS::PK11Slot::name | ( | ) |
References m_cobj.
Conexus::NSS::PK11Slot::operator bool | ( | ) |
References m_cobj.
void Conexus::NSS::PK11Slot::set_cobj | ( | PK11SlotInfo * | cobj | ) |
References m_cobj.
const char * Conexus::NSS::PK11Slot::token_name | ( | ) |
References m_cobj.
PK11SlotInfo* Conexus::NSS::PK11Slot::m_cobj [protected] |
Referenced by cobj(), is_available(), is_hardware(), is_readonly(), name(), operator bool(), set_cobj(), and token_name().