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

Defines the DataType class. More...

#include "chi/Fwd.hpp"
#include <string>
+ Include dependency graph for DataType.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  chi::DataType
 A type of data Loose wrapper around llvm::Type*, except it knows which ChiModule it's in and it embeds debug types. More...
 
struct  chi::NamedDataType
 Basicaly a std::pair<std::string, DataType>, except it has nicer names. More...
 

Namespaces

 chi
 The namespace where chigraph lives.
 

Detailed Description

Defines the DataType class.

Definition in file DataType.hpp.