UCommon
Namespaces | Macros | Functions | Variables
shell.h File Reference

Generic shell parsing and application services. More...

#include <ucommon/string.h>
#include <ucommon/memory.h>
Include dependency graph for shell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ucommon
 Common namespace for all ucommon objects.
 

Macros

#define __STR(x)   (static_cast<const char *>(x))
 
#define _STR(x)   ((const char *)(x))
 Abusive compilers... More...
 
#define INVALID_PID_VALUE   -1
 

Functions

const char * ucommon::__TEXT (const char *s)
 Invoke translation lookup if available. More...
 
const char * ucommon::_TEXT (const char *s)
 

Variables

class __attribute__((visibility("default"))) shell typedef shell ucommon::shell_t
 A utility class for generic shell operations. More...
 

Detailed Description

Generic shell parsing and application services.

Definition in file shell.h.

Macro Definition Documentation

◆ __STR

#define __STR (   x)    (static_cast<const char *>(x))

Definition at line 899 of file shell.h.

◆ _STR

#define _STR (   x)    ((const char *)(x))

Abusive compilers...

Definition at line 898 of file shell.h.

◆ INVALID_PID_VALUE

#define INVALID_PID_VALUE   -1

Definition at line 43 of file shell.h.