Public Types | Public Member Functions | List of all members
zorba::audit::Property Class Referenceabstract

an identifier for a specific piece of information that can be audited. More...

#include <zorba/audit.h>

Public Types

enum  Type { INT, STRING }
 

Public Member Functions

virtual const PropertyGroupgroup () const =0
 
virtual long id () const =0
 
virtual const char * name () const =0
 
virtual Type type () const =0
 
virtual ~Property ()
 

Detailed Description

an identifier for a specific piece of information that can be audited.

It is assumed that all instances of Property are created statically and that they exist while a process exists.

Definition at line 45 of file audit.h.

Member Enumeration Documentation

Enumerator
INT 
STRING 

Definition at line 47 of file audit.h.

Constructor & Destructor Documentation

virtual zorba::audit::Property::~Property ( )
virtual

Member Function Documentation

virtual const PropertyGroup& zorba::audit::Property::group ( ) const
pure virtual
virtual long zorba::audit::Property::id ( ) const
pure virtual
virtual const char* zorba::audit::Property::name ( ) const
pure virtual
virtual Type zorba::audit::Property::type ( ) const
pure virtual

The documentation for this class was generated from the following file:
blog comments powered by Disqus