RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Variables
el::base::consts Namespace Reference

Namespace containing constants used internally. More...

Variables

struct {
   double   value
 
   const base::type::char_t *   unit
 
kTimeFormats []
 
struct {
   int   numb
 
   const char *   name
 
   const char *   brief
 
   const char *   detail
 
kCrashSignals []
 

Detailed Description

Namespace containing constants used internally.

Variable Documentation

const { ... } el::base::consts::kCrashSignals[]
Initial value:
= {
{
SIGABRT, "SIGABRT", "Abnormal termination",
"Program was abnormally terminated."
},
{
SIGFPE, "SIGFPE", "Erroneous arithmetic operation",
"Arithemetic operation issue such as division by zero or operation resulting in overflow."
},
{
SIGILL, "SIGILL", "Illegal instruction",
"Generally due to a corruption in the code or to an attempt to execute data."
},
{
SIGSEGV, "SIGSEGV", "Invalid access to memory",
"Program is trying to read an invalid (unallocated, deleted or corrupted) or inaccessible memory."
},
{
SIGINT, "SIGINT", "Interactive attention signal",
"Interruption generated (generally) by user or operating system."
},
}
const { ... } el::base::consts::kTimeFormats[]
Initial value:
= {
{ 1000.0f, ELPP_LITERAL("us") },
{ 1000.0f, ELPP_LITERAL("ms") },
{ 60.0f, ELPP_LITERAL("seconds") },
{ 60.0f, ELPP_LITERAL("minutes") },
{ 24.0f, ELPP_LITERAL("hours") },
{ 7.0f, ELPP_LITERAL("days") }
}