AppCore
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EM::TicketIssueLogic::EPurchasedTicketsRecord Class Reference

#include <EPurchasedTicketsRecord.h>

Public Member Functions

 EPurchasedTicketsRecord ()
 
 EPurchasedTicketsRecord (const EPurchasedTicketsRecord &otherRecord)
 
 EPurchasedTicketsRecord (const std::string &uid, bool timeTicketJouney, signed char newCount)
 
 ~EPurchasedTicketsRecord ()
 
void Clear ()
 
void ChangePurchasedTicketCount (signed char delta)
 
void Read (FILE *inputFile)
 
void Write (FILE *outputFile) const
 
int GetRecordSize ()
 
std::string GetUid () const
 
bool GetTimeTicketJourney () const
 
signed char GetPurchasedTicketCount () const
 
bool IsRecordValid () const
 
EPurchasedTicketsRecordoperator= (const EPurchasedTicketsRecord &otherRecord)
 
bool operator== (const std::string &uid) const
 
bool operator== (const EPurchasedTicketsRecord &otherRecord) const
 

Constructor & Destructor Documentation

◆ EPurchasedTicketsRecord() [1/3]

INTERNAL EPurchasedTicketsRecord::EPurchasedTicketsRecord ( )
Here is the call graph for this function:

◆ EPurchasedTicketsRecord() [2/3]

EPurchasedTicketsRecord::EPurchasedTicketsRecord ( const EPurchasedTicketsRecord otherRecord)
Here is the call graph for this function:

◆ EPurchasedTicketsRecord() [3/3]

EM::TicketIssueLogic::EPurchasedTicketsRecord::EPurchasedTicketsRecord ( const std::string &  uid,
bool  timeTicketJouney,
signed char  newCount 
)

◆ ~EPurchasedTicketsRecord()

EPurchasedTicketsRecord::~EPurchasedTicketsRecord ( )

Member Function Documentation

◆ ChangePurchasedTicketCount()

void EPurchasedTicketsRecord::ChangePurchasedTicketCount ( signed char  delta)

◆ Clear()

void EPurchasedTicketsRecord::Clear ( )
Here is the caller graph for this function:

◆ GetPurchasedTicketCount()

signed char EPurchasedTicketsRecord::GetPurchasedTicketCount ( ) const

◆ GetRecordSize()

int EPurchasedTicketsRecord::GetRecordSize ( )

◆ GetTimeTicketJourney()

bool EPurchasedTicketsRecord::GetTimeTicketJourney ( ) const
Here is the caller graph for this function:

◆ GetUid()

string EPurchasedTicketsRecord::GetUid ( ) const
Here is the caller graph for this function:

◆ IsRecordValid()

bool EPurchasedTicketsRecord::IsRecordValid ( ) const
Here is the caller graph for this function:

◆ operator=()

EPurchasedTicketsRecord & EPurchasedTicketsRecord::operator= ( const EPurchasedTicketsRecord otherRecord)
Here is the call graph for this function:

◆ operator==() [1/2]

bool EPurchasedTicketsRecord::operator== ( const EPurchasedTicketsRecord otherRecord) const
Here is the call graph for this function:

◆ operator==() [2/2]

bool EM::TicketIssueLogic::EPurchasedTicketsRecord::operator== ( const std::string &  uid) const

◆ Read()

void EPurchasedTicketsRecord::Read ( FILE *  inputFile)
Here is the call graph for this function:

◆ Write()

void EPurchasedTicketsRecord::Write ( FILE *  outputFile) const

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