#include "global.h"
#include <string>
Include dependency graph for misc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | dblue lightgray |
Functions | |
| int | firstBit (int i) |
| int | log2 (int i) |
| Count the number of zero bits on the LSB side of "zahl". | |
| char * | strr (int a) |
| converts a to a string. | |
| char * | strrr (int a) |
| converts a to a string. | |
| char * | strrr (double a) |
| converts a to a string. | |
| void | beep (void) |
| int | crc32buf (const void *vbuf, int len) |
| int | atoi (const std::string &s) |
| double | atof (const std::string &s) |
| template<typename T> | |
| const T & | min (const T &a, const T &b, const T &c) |
| template<typename T> | |
| const T & | max (const T &a, const T &b, const T &c) |
| char * | strupr (const char *a) |
| char * | itoa (int a, char *b, int c) |
| void * | asc_malloc (size_t size) |
| void | asc_free (void *p) |
Variables | |
| const char * | digit [] |
| const char * | letter [] |
Definition in file misc.h.
|
|
|
|
Definition at line 248 of file memorycheck.cpp. References fatalError(), and malloc(). Referenced by tdialogbox::buildgraphics(), tdialogbox::execbutton(), tvirtualscreenbuf::init(), tdialogbox::knopfdruck(), loadpalette(), tdialogbox::newknopfdruck(), tdialogbox::newknopfdruck2(), tdialogbox::newknopfdruck3(), tdialogbox::newknopfdruck4(), readOldEvent(), tinitgfxengine::tinitgfxengine(), Surface::toBGI(), and uncompress_rlepict(). |
|
|
Definition at line 166 of file misc.cpp. References atof(). Referenced by atof(), ResourcePlacementDialog::buttonEvent(), FloatProperty::operation_eq(), DoubleArrayProperty::operation_eq(), IntegerProperty::operation_mult(), FloatProperty::operation_mult(), and SetProgressBarAtts(). |
|
|
|
|
|
||||||||||||
|
Definition at line 142 of file misc.cpp. References UPDC32. Referenced by Password::encodepassword(). |
|
|
Definition at line 45 of file misc.cpp. Referenced by ColorConverter< 1, 4 >::ColorConverter(), ColorMerger_AlphaHandler< 4 >::init(), and log2(). |
|
||||||||||||||||
|
Definition at line 188 of file misc.cpp. Referenced by tdialogbox::disablebutton(), tdialogbox::enablebutton(), int2string(), tdialogbox::intedit(), strr(), strrd8d(), strrd8n(), strrd8u(), strrr(), strrrd8d(), strrrd8n(), and strrrd8u(). |
|
|
||||||||||||||||||||
|
||||||||||||||||||||
|
|
converts a to a string.
Definition at line 59 of file misc.cpp. References itoa(). Referenced by tshowhistorypaintstat(). |
|
|
converts a to a string.
Definition at line 77 of file misc.cpp. References strstring. |
|
|
converts a to a string.
|
|
|
Definition at line 173 of file misc.cpp. References malloc(). Referenced by ASCStringHelpers::_Strupr(). |
|
|
Definition at line 37 of file misc.cpp. Referenced by int2string(). |
|
|
|
1.4.2