Public Member Functions | Static Public Member Functions

my_lib::login_t Struct Reference

#include <login.hh>

Collaboration diagram for my_lib::login_t:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 login_t (const char *login, const char *passwd)
const char * login ()
void chg_passwd (const char *passwd)
unsigned long long get_passwd_hash ()

Static Public Member Functions

static unsigned long long get_hash (const char *s)

Detailed Description

Definition at line 17 of file login.hh.


Constructor & Destructor Documentation

my_lib::login_t::login_t ( const char *  login,
const char *  passwd 
)

Definition at line 39 of file login.cc.


Member Function Documentation

void my_lib::login_t::chg_passwd ( const char *  passwd  ) 

Definition at line 44 of file login.cc.

unsigned long long my_lib::login_t::get_hash ( const char *  s  )  [static]

Definition at line 47 of file login.cc.

unsigned long long my_lib::login_t::get_passwd_hash (  ) 

Definition at line 50 of file login.cc.

const char * my_lib::login_t::login (  ) 

Definition at line 41 of file login.cc.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Friends