error_string_t Class Reference

Class determined for storing error messages. More...

#include <error.hh>

List of all members.

Public Member Functions

void delete_content ()
 error_string_t (error_string_t &s2)
 error_string_t (const error_string_t &s2)
std::string & operator* ()
std::string * operator-> ()
error_string_toperator<< (const error_string_t second_str)
error_string_toperator<< (const ERR_std_string_t &second_str)
error_string_toperator<< (const ERR_char_string_t second_str)
error_string_toperator<< (const int i)
error_string_toperator<< (const unsigned int i)
error_string_toperator<< (const signed long int i)
error_string_toperator<< (const unsigned long int i)
void recreate ()

Static Public Member Functions

static divine::size_int_t allocated_strings ()

Friends

const std::string & operator* (const error_string_t &errstr)
std::ostream & operator<< (std::ostream &ostr, const error_string_t s)


Detailed Description

Class determined for storing error messages.

Class determined for storing error messages (1 error message in 1 instance of error_string_t).

This class should not be explicitly used in usual programs.


The documentation for this class was generated from the following files:

Reference Manual for Library, 2006 developed in ParaDiSe laboratory, Faculty of Informatics, Masaryk University