My Project
types.h
Go to the documentation of this file.
00001 
00006 #ifndef TYPES_H_
00007 #define TYPES_H_
00008 
00009 #include <boost/tuple/tuple.hpp>
00010 
00016 typedef long unsigned int lui; 
00017 typedef boost::tuple<lui, lui, lui> lui_triplet; 
00018 typedef std::list<lui_triplet> lui_triplet_list;
00019 typedef std::list<lui_triplet_list> lui_triplet_list_list; 
00021 #endif
 All Classes Files Functions Variables Typedefs