YAPOG  0.0.1
Yet Another Pokemon Online Game
yse::AccountInsertRequest Class Reference

#include <AccountInsertRequest.hpp>

Inheritance diagram for yse::AccountInsertRequest:
Collaboration diagram for yse::AccountInsertRequest:

List of all members.

Public Member Functions

 AccountInsertRequest (const AccountTable &accountTable)
virtual ~AccountInsertRequest ()
const yap::IDGetID ()
IInsertRequest members.
virtual bool Insert (yap::DatabaseManager &databaseManager)
- Public Member Functions inherited from yse::IInsertRequest
virtual ~IInsertRequest ()
- Public Member Functions inherited from yse::IRequest
virtual ~IRequest ()

Private Member Functions

 DISALLOW_COPY (AccountInsertRequest)

Private Attributes

yap::ID id_
const AccountTableaccountTable_

Detailed Description

Definition at line 13 of file AccountInsertRequest.hpp.


Constructor & Destructor Documentation

yse::AccountInsertRequest::AccountInsertRequest ( const AccountTable accountTable)

Definition at line 7 of file AccountInsertRequest.cpp.

yse::AccountInsertRequest::~AccountInsertRequest ( )
virtual

Definition at line 13 of file AccountInsertRequest.cpp.


Member Function Documentation

yse::AccountInsertRequest::DISALLOW_COPY ( AccountInsertRequest  )
private
const yap::ID & yse::AccountInsertRequest::GetID ( )

Definition at line 52 of file AccountInsertRequest.cpp.

Here is the caller graph for this function:

bool yse::AccountInsertRequest::Insert ( yap::DatabaseManager databaseManager)
virtual

Implements yse::IInsertRequest.

Definition at line 17 of file AccountInsertRequest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

const AccountTable& yse::AccountInsertRequest::accountTable_
private

Definition at line 29 of file AccountInsertRequest.hpp.

yap::ID yse::AccountInsertRequest::id_
private

Definition at line 28 of file AccountInsertRequest.hpp.


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