bbtk::System Struct Reference
System related stuff.
More...
#include <bbtkSystem.h>
List of all members.
|
Static Public Member Functions |
static int | HasTTY () |
| returns true iff the program has a tty
|
Detailed Description
System related stuff.
Definition at line 214 of file bbtkSystem.h.
Member Function Documentation
int bbtk::System::HasTTY |
( |
|
) |
[static] |
returns true iff the program has a tty
Definition at line 41 of file bbtkSystem.cxx.
00042 {
00043 return isatty(fileno(stdin));
00044 }
The documentation for this struct was generated from the following files:
- /Users/davila/Creatis/All5/creatools_source/bbtk/kernel/src/bbtkSystem.h
- /Users/davila/Creatis/All5/creatools_source/bbtk/kernel/src/bbtkSystem.cxx