#include <AnonPrimitive.h>
Public Member Functions | |
AnonPrimitive () | |
virtual | ~AnonPrimitive () |
unsigned int | anonimizeBuffer (void *buf, unsigned int len) |
AnonPrimitive * | getNext () |
void | setNext (AnonPrimitive *nextprim) |
Protected Types | |
typedef struct AnonPrimitive::_ANON_RESULT | ANON_RESULT |
Protected Member Functions | |
virtual ANON_RESULT | anonymize (void *buf, unsigned int len)=0 |
Private Attributes | |
AnonPrimitive * | next |
Classes | |
struct | _ANON_RESULT |
typedef struct AnonPrimitive::_ANON_RESULT AnonPrimitive::ANON_RESULT [protected] |
AnonPrimitive::AnonPrimitive | ( | ) |
virtual AnonPrimitive::~AnonPrimitive | ( | ) | [inline, virtual] |
unsigned int AnonPrimitive::anonimizeBuffer | ( | void * | buf, | |
unsigned int | len | |||
) |
AnonPrimitive * AnonPrimitive::getNext | ( | ) |
void AnonPrimitive::setNext | ( | AnonPrimitive * | nextprim | ) |
virtual ANON_RESULT AnonPrimitive::anonymize | ( | void * | buf, | |
unsigned int | len | |||
) | [protected, pure virtual] |
AnonPrimitive* AnonPrimitive::next [private] |