2013-08-08 18:54:33 +09:00
|
|
|
/*=============================================================================
|
2016-02-25 18:48:28 +09:00
|
|
|
Copyright (c) 2011-2016 Bolero MURAKAMI
|
2013-08-08 18:54:33 +09:00
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
=============================================================================*/
|
2014-05-30 01:22:00 +09:00
|
|
|
#ifndef SPROUT_WEED_ATTR_CNV_RESULTS_HPP
|
|
|
|
#define SPROUT_WEED_ATTR_CNV_RESULTS_HPP
|
2011-11-13 17:54:38 +09:00
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
2013-11-20 22:04:11 +09:00
|
|
|
#include <sprout/weed/attr_cnv/results/times.hpp>
|
|
|
|
#include <sprout/weed/attr_cnv/results/negate.hpp>
|
|
|
|
#include <sprout/weed/attr_cnv/results/shift_left.hpp>
|
|
|
|
#include <sprout/weed/attr_cnv/results/modulus.hpp>
|
|
|
|
#include <sprout/weed/attr_cnv/results/bitwise_or.hpp>
|
|
|
|
#include <sprout/weed/attr_cnv/results/mem_ptr.hpp>
|
2011-11-13 17:54:38 +09:00
|
|
|
|
2014-05-30 01:22:00 +09:00
|
|
|
#endif // #ifndef SPROUT_WEED_ATTR_CNV_RESULTS_HPP
|