Compounds | |
class | Pixel |
Reference to a pixel inside a Bmp. More... | |
class | Bmp |
a windows bitmap (might be loaded and saved). More... | |
class | Lnk |
Determine target and validity of Win9x link files (*.lnk). More... | |
class | Terminator |
installs a terminator. More... | |
class | Counted |
A counted pointer to T (used by SmartPtr). More... | |
class | SmartPtr |
class | Timer |
Typedefs | |
typedef unsigned int | UINT32 |
typedef unsigned short | UINT16 |
Functions | |
Bmp * | halfBmp (const Bmp &bmp) |
string | COPYRIGHT_BY () |
used by other lib-parts when printing a copyright info. More... | |
string | MAIL_CONTACT (const string &) |
std::string | MAIL_CONTACT (const std::string &progname) |
used by other lib-parts when printing my email address. More... | |
void | handle_exception (exception &e) |
cerr printing exception handler. More... | |
string | assertionText (const char *bed, const char *file, int line) |
used by assert macros to print the assertion failure. More... | |
template<class T> bool | operator== (const SmartPtr< T > &s1, const SmartPtr< T > &s2) |
template<class T> bool | operator!= (const SmartPtr< T > &s1, const SmartPtr< T > &s2) |
Variables | |
const long | max_distance = 255L*255L |
|
Definition at line 34 of file Bmp.h. Referenced by Bmp::Bmp(), Bmp::down(), Bmp::getPixel(), Bmp::getPositions(), Bmp::left(), Bmp::pixelPointer(), Bmp::right(), Bmp::setPixel(), Bmp::up(), write_UINT32(), Bmp::Xsize(), and Bmp::Ysize(). |
|
Definition at line 35 of file Bmp.h. Referenced by Bmp::Bmp(), and write_UINT16(). |
|
|
|
used by other lib-parts when printing a copyright info.
Definition at line 6 of file Ex_mail_contact.cpp. Referenced by ProgramInfo::infos(). |
|
Definition at line 9 of file Ex_mail_contact.cpp. Referenced by InternalError::get_print_message(), and ProgramInfo::infos(). |
|
used by other lib-parts when printing my email address.
#include <Option.h> using namespace std; namespace rs { string COPYRIGHT_BY() { return "Mr.Nobody"; } string MAIL_CONTACT(const string& /*progname*/) { return "mr.nobody@domain.de"; } }; Definition at line 34 of file mail_contact.cpp. |
|
cerr printing exception handler.
Definition at line 42 of file rs_assert.cpp. |
|
used by assert macros to print the assertion failure.
|
|
Definition at line 144 of file smartptr.h. |
|
Definition at line 148 of file smartptr.h. |
|
|
Contact me in case of errors or questions. This documentation is powered by . |
(C) 2000-2002 |