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::basic_string
< pan_char_t
string_type
 The string type.

Public Member Functions

 Entry (int severity, pan_char_t 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::basic_string<pan_char_t> string_type

The string type.


Constructor & Destructor Documentation

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

Creates an instance with the given characteristics.


Member Data Documentation

Time time

The time the entry was logged.

int severity

The entry's severity.

string_type statement

The entry's contents.


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

pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 SourceForge.net Logo