Complex data types for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
363 B

#ifndef __TR_DATA_H__
#define __TR_DATA_H__
#include "tr/cbuf.h"
#include "tr/dynarray.h"
#include "tr/hash.h"
#include "tr/hash_value.h"
#include "tr/heap.h"
#include "tr/list.h"
#include "tr/queue.h"
#include "tr/set.h"
#include "tr/tree.h"
#include "tr/interface/hashable.h"
#include "tr/interface/iterable.h"
#endif // __TR_DATA_H__
// vim: set ts=4 sw=4: