![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include "DataTypes.h"#include "SequenceFile.h"#include "PageCache.h"#include "PageCircularBuffer.h"#include "UserSet.h"#include <string>#include <map>#include <memory>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <vector>#include <boost/filesystem.hpp>
Include dependency graph for UserType.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UserType |
Typedefs | |
| typedef shared_ptr< UserType > | TypePtr |
Definition at line 41 of file UserType.h.