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::SPLLogOneClass Class Reference

#include <SPLLogOneClass.h>

Inheritance diagram for SecurePlayLibrary::SPLLogOneClass:

SecurePlayLibrary::SPLogInterface List of all members.

Public Member Functions

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

Detailed Description

This is a log to hold one message.
Author:
ITGlobalSecure
See also:
SecurePlay License Information


Constructor & Destructor Documentation

SPLLogOneClass::SPLLogOneClass  ) 
 

Constructor


Member Function Documentation

void SPLLogOneClass::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 SPLLogOneClass::clear  )  [virtual]
 

Clear the log.

Implements SecurePlayLibrary::SPLogInterface.

void * SPLLogOneClass::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 SPLLogOneClass::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 SPLLogOneClass::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 * SPLLogOneClass::getNextEntry  )  [virtual]
 

Get the next entry in the log.

Returns:
obj - Object - An entry object

Implements SecurePlayLibrary::SPLogInterface.

void * SPLLogOneClass::getPreviousEntry  )  [virtual]
 

This method returns the previous entry in the log.

Returns:
obj - Object - Previous Log Entry.

Implements SecurePlayLibrary::SPLogInterface.

bool SPLLogOneClass::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.