begin : written by : CVS : $RCSfile: demo__header_8h.html,v $ $Revision: 1.1 $ $Date: 2012/07/19 10:01:43 $
Common header; contains all includes of standard system headers
Definition in file demo_header.h.#include <iostream>
#include <string>
#include <sstream>
#include <sys/ioctl.h>
#include <time.h>
Include dependency graph for demo_header.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
void | mSleep (int msec) |
Multi platform Sleep function. | |
string | ExpandEsc (string s) |
replace any "<ESC>" with an ESCAPE - ESC == '\x1b'. |
|
replace any "<ESC>" with an ESCAPE - ESC == '\x1b'.
|
|
Multi platform Sleep function. Sleep msec milliseconds.
|