susumu.yata
null+****@clear*****
Wed Dec 3 12:27:24 JST 2014
susumu.yata 2014-12-03 12:27:24 +0900 (Wed, 03 Dec 2014) New Revision: 3c52037281b6d8fa3b74b450ed47ed032899e863 https://github.com/groonga/grnxx/commit/3c52037281b6d8fa3b74b450ed47ed032899e863 Message: Remove an old header (types.hpp). Removed files: include/grnxx/types.hpp Deleted: include/grnxx/types.hpp (+0 -32) 100644 =================================================================== --- include/grnxx/types.hpp 2014-12-02 18:14:22 +0900 (bd0b96e) +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef GRNXX_TYPES_HPP -#define GRNXX_TYPES_HPP - -#include "grnxx/types/array.hpp" -#include "grnxx/types/base_types.hpp" -#include "grnxx/types/constants.hpp" -#include "grnxx/types/data_types.hpp" -#include "grnxx/types/datum.hpp" -#include "grnxx/types/error.hpp" -#include "grnxx/types/forward.hpp" -#include "grnxx/types/geo_point.hpp" -#include "grnxx/types/options.hpp" -#include "grnxx/types/string.hpp" -#include "grnxx/types/traits.hpp" -#include "grnxx/types/vector.hpp" - -namespace grnxx { - -struct SortOrder { - unique_ptr<Expression> expression; - OrderType type; - - SortOrder(); - explicit SortOrder(unique_ptr<Expression> &&expression, - OrderType type = REGULAR_ORDER); - SortOrder(SortOrder &&order); - ~SortOrder(); -}; - -} // namespace grnxx - -#endif // GRNXX_TYPES_HPP -------------- next part -------------- HTML����������������������������... Download