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.
#include <SPLCircularLogClass.h>
Inheritance diagram for SecurePlayLibrary::SPLCircularLogClass:

Public Member Functions | |
| SPLCircularLogClass (int ilogsize) | |
| void | addEntry (void *entry) |
| void | clear () |
| bool | reset () |
| void * | getNextEntry () |
| void * | getPreviousEntry () |
| void * | getCurrentEntry () |
| int | getLogLength () |
| void | setLogLength (int logsize) |
| string | getLogtype () |
|
|
Alternate Constructor. Constructs a new SPCircularLogClass() with log size set |
|
|
Add a entry to the log object.
Implements SecurePlayLibrary::SPLogInterface. |
|
|
Clear the log. Implements SecurePlayLibrary::SPLogInterface. |
|
|
This method returns the current entry in the Log - where the pointer indicates.
Implements SecurePlayLibrary::SPLogInterface. |
|
|
This method returns the number of logged objects in the log instance.
Implements SecurePlayLibrary::SPLogInterface. |
|
|
This method returns the log type of the log class that implements this log interface.
Implements SecurePlayLibrary::SPLogInterface. |
|
|
Get the next entry in the log.
Implements SecurePlayLibrary::SPLogInterface. |
|
|
This method returns the previous entry in the log.
Implements SecurePlayLibrary::SPLogInterface. |
|
|
Resets the log pointer.
Implements SecurePlayLibrary::SPLogInterface. |
|
|
Sets the log length.
|