chigraph  master
Systems programming language written for beginners in LLVM
Result.hpp File Reference

Defines the Result class and related functions. More...

#include "chi/Support/json.hpp"
#include <boost/container/flat_map.hpp>
+ Include dependency graph for Result.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  chi::Result
 The result object, used for identifiying errors with good diagnostics. More...
 
struct  chi::Result::ScopedContext
 A helper object for contexts that should be removed at the end of a scope. More...
 

Namespaces

 chi
 The namespace where chigraph lives.
 

Detailed Description

Defines the Result class and related functions.

Definition in file Result.hpp.