class StringOfText


Public Classes

const struct tm &get_time const
return _time

Public Fields

time_t _time_t
just the same time as time_t

Public Methods

StringOfText()
StringOfText( const StringOfText &s )
const StringOfText& operator =( const StringOfText &s )
void set( const string &t, const struct tm &tim )
const string& get_text() const

Private Fields

string text

Documentation

string text

time_t _time_t
just the same time as time_t

StringOfText()

StringOfText( const StringOfText &s )

const StringOfText& operator =( const StringOfText &s )

void set( const string &t, const struct tm &tim )

const string& get_text() const

const struct tm &get_time const

return _time


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.