memgraph/include/storage/model/properties/all.hpp
2016-07-05 13:20:33 +01:00

10 lines
292 B
C++

#pragma once
#include "storage/model/properties/bool.hpp"
#include "storage/model/properties/double.hpp"
#include "storage/model/properties/float.hpp"
#include "storage/model/properties/int32.hpp"
#include "storage/model/properties/int64.hpp"
#include "storage/model/properties/string.hpp"