Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

SecurePlayLibrary::SPLLinkedListLogClass Class Reference

#include <SPLLinkedListLogClass.h>

Inheritance diagram for SecurePlayLibrary::SPLLinkedListLogClass:

SecurePlayLibrary::SPLogInterface List of all members.

Detailed Description

Note that the two current logs in the SecurePlay Library are the Message log, containing all of the Messages between players of type SPMessage and the Error log, containing all of the Error messages generated of type SPError. NEW FOR VERSION 1.7 - This log includes the SPAbstractLogClass code The AbstractLogClass has been replaced by an interface and the SPLogManager has been added.
Author:
ITGlobalSecure
See also:
SecurePlay License Information


Public Member Functions

 SPLLinkedListLogClass ()
 ~SPLLinkedListLogClass ()
void addEntry (void *entry)
void clear ()
bool reset ()
void * getNextEntry ()
void * getPreviousEntry ()
void * getCurrentEntry ()
int getLogLength ()
string getLogtype ()

Private Attributes

vector< void * > prentryList
int prptr
string logtype


Constructor & Destructor Documentation

SPLLinkedListLogClass::SPLLinkedListLogClass  ) 
 

Default Constructor.

SPLLinkedListLogClass::~SPLLinkedListLogClass  ) 
 

Default Destructor


Member Function Documentation

void SPLLinkedListLogClass::addEntry void *  entry  )  [virtual]
 

Add a entry to the log object.

Parameters:
entry Object - An entry object that is used in a log.

Implements SecurePlayLibrary::SPLogInterface.

void SPLLinkedListLogClass::clear  )  [virtual]
 

Clear the log.

Implements SecurePlayLibrary::SPLogInterface.

void * SPLLinkedListLogClass::getCurrentEntry  )  [virtual]
 

This method returns the current entry in the Log - where the pointer indicates.

Returns:
obj - Object - An Object of type entry

Implements SecurePlayLibrary::SPLogInterface.

int SPLLinkedListLogClass::getLogLength  )  [virtual]
 

This method returns the number of logged objects in the log instance.

Returns:
length - int - number of entries in Log

Implements SecurePlayLibrary::SPLogInterface.

string SPLLinkedListLogClass::getLogtype  )  [virtual]
 

This method returns the log type of the log class that implements this log interface.

Returns:
logtype - String - log type of the log

Implements SecurePlayLibrary::SPLogInterface.

void * SPLLinkedListLogClass::getNextEntry  )  [virtual]
 

Get the next entry in the log.

Returns:
obj - Object - An entry object

Implements SecurePlayLibrary::SPLogInterface.

void * SPLLinkedListLogClass::getPreviousEntry  )  [virtual]
 

This method returns the previous entry in the log.

Returns:
obj - Object - Previous Log Entry.

Implements SecurePlayLibrary::SPLogInterface.

bool SPLLinkedListLogClass::reset  )  [virtual]
 

Resets the log pointer.

Returns:
result - Boolean: TRUE, to confirm the reset.

Implements SecurePlayLibrary::SPLogInterface.


Member Data Documentation

string SecurePlayLibrary::SPLLinkedListLogClass::logtype [private]
 

vector<void*> SecurePlayLibrary::SPLLinkedListLogClass::prentryList [private]
 

This is a private object that acts as the storage container for the log object entries.

int SecurePlayLibrary::SPLLinkedListLogClass::prptr [private]
 

This is a pointer to indicate the current location in an existing log object.


The documentation for this class was generated from the following files: 2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.