ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

pdetach.cpp File Reference
#include <ucommon/ucommon.h>
Include dependency graph for pdetach.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

static shell::flagopt helpflag ('h',"--help", _TEXT("display this list"))
 
static shell::flagopt althelp ('?', NULL, NULL)
 
static shell::stringopt error ('e', "--error", _TEXT("stderr path to use"), "filename")
 
static shell::stringopt input ('i', "--input", _TEXT("stdin path to use"), "filename")
 
static shell::stringopt output ('o', "--output", _TEXT("stdout path to use"), "filename")
 

Function Documentation

◆ main()

Variable Documentation

◆ althelp

shell::flagopt althelp('?', NULL, NULL)
static

Referenced by main().

◆ error

◆ helpflag

shell::flagopt helpflag( 'h',"--help", _TEXT("display this list"))
static

Referenced by main().

◆ input

shell::stringopt input( 'i', "--input", _TEXT("stdin path to use"), "filename")
static

◆ output

shell::stringopt output( 'o', "--output", _TEXT("stdout path to use"), "filename")
static

Referenced by main().