ldas-tools-al  2.6.7
Namespaces | Macros | Typedefs | Functions
System.cc File Reference
#include <ldastoolsal_config.h>
#include <string.h>
#include <errno.h>
#include <iostream>
#include <sstream>
#include <boost/shared_array.hpp>
#include "ldastoolsal/System.hh"
Include dependency graph for System.cc:

Namespaces

 LDASTools
 Objects of general use and interst.
 
 LDASTools::System
 Wrapping of system calls.
 

Macros

#define STRERROR_R_OK(a)   ( a == 0 )
 

Typedefs

typedef int strerror_r_retval
 

Functions

const std::string LDASTools::System::ErrnoMessage ()
 

Macro Definition Documentation

◆ STRERROR_R_OK

#define STRERROR_R_OK (   a)    ( a == 0 )

Typedef Documentation

◆ strerror_r_retval