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.
Main Page | Class Hierarchy | Class List | Class Members

SecurePlayLibrary::SPLLinkedListLogClass Class Reference

#include <SPLLinkedListLogClass.h>

Inheritance diagram for SecurePlayLibrary::SPLLinkedListLogClass:

SecurePlayLibrary::SPLogInterface List of all members.

Public Member Functions

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

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.
Author:
ITGlobalSecure
See also:
SecurePlay License Information


Constructor & Destructor Documentation

SPLLinkedListLogClass::SPLLinkedListLogClass  ) 
 

Default Constructor. Constructs a new SPLinkedListLogClass()


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.


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.