Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

Entry Struct Reference

#include <pantheios/backends/bec.test.h>

List of all members.


Detailed Description

Represents an entry in the statement history.

Public Types

typedef std::string string_type
 The string type.

Public Member Functions

 Entry (int severity, char const *entry, size_t cchEntry)
 Creates an instance with the given characteristics.

Public Attributes

Time time
int severity
string_type statement

Member Typedef Documentation

typedef std::string string_type

The string type.


Constructor & Destructor Documentation

Entry ( int  severity,
char const *  entry,
size_t  cchEntry 
)

Creates an instance with the given characteristics.


Member Data Documentation

The time the entry was logged.

int severity

The entry's severity.

The entry's contents.


The documentation for this struct was generated from the following file:

pantheios Library documentation © Matthew Wilson, 2006-2008 SourceForge.net Logo