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 <SPLogInterface.h>
Inheritance diagram for SecurePlayLibrary::SPLogInterface:

Public Member Functions | |
| virtual void | addEntry (void *entry)=0 |
| virtual void | clear ()=0 |
| virtual bool | reset ()=0 |
| virtual void * | getNextEntry ()=0 |
| virtual void * | getPreviousEntry ()=0 |
| virtual void * | getCurrentEntry ()=0 |
| virtual int | getLogLength ()=0 |
| virtual string | getLogtype ()=0 |
|
|
Add a entry to the log object.
Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |
|
|
Clear the log. Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |
|
|
This method returns the current entry in the Log - where the pointer indicates.
Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |
|
|
This method returns the number of logged objects in the log instance.
Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |
|
|
This method returns the log type of the log class that implements this log interface.
Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |
|
|
Get the next entry in the log.
Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |
|
|
This method returns the previous entry in the log.
Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |
|
|
Resets the log pointer.
Implemented in SecurePlayLibrary::SPLCircularLogClass, SecurePlayLibrary::SPLLinkedListLogClass, and SecurePlayLibrary::SPLLogOneClass. |