C++ Run-time Library
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
status.h File Reference
#include <fletcher/fletcher.h>
#include <cstdlib>
#include <string>
#include <iostream>
Include dependency graph for status.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fletcher::Status
 Status return value of all Fletcher run-time functions. More...
 

Namespaces

namespace  fletcher
 Contains all Fletcher classes and functions for use in run-time applications.
 

Macros

#define STATUS_FACTORY(RAW_ID, MESSAGE)
 

Macro Definition Documentation

◆ STATUS_FACTORY

#define STATUS_FACTORY (   RAW_ID,
  MESSAGE 
)
Value:
static Status RAW_ID() { \
return Status(FLETCHER_STATUS_##RAW_ID, MESSAGE); \
}

Definition at line 64 of file status.h.