Sprout/sprout/operation/fixed.hpp
bolero-MURAKAMI cb1077d247 add copyright
2013-08-08 18:54:33 +09:00

33 lines
1.5 KiB
C++

/*=============================================================================
Copyright (c) 2011-2013 Bolero MURAKAMI
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)
=============================================================================*/
#ifndef SPROUT_OPERATION_FIXED_HPP
#define SPROUT_OPERATION_FIXED_HPP
#include <sprout/config.hpp>
#include <sprout/operation/fixed/realign.hpp>
#include <sprout/operation/fixed/realign_to.hpp>
#include <sprout/operation/fixed/resize.hpp>
#include <sprout/operation/fixed/resize_backward.hpp>
#include <sprout/operation/fixed/push_back.hpp>
#include <sprout/operation/fixed/push_back_n.hpp>
#include <sprout/operation/fixed/push_front.hpp>
#include <sprout/operation/fixed/push_front_n.hpp>
#include <sprout/operation/fixed/pop_back.hpp>
#include <sprout/operation/fixed/pop_back_n.hpp>
#include <sprout/operation/fixed/pop_front.hpp>
#include <sprout/operation/fixed/pop_front_n.hpp>
#include <sprout/operation/fixed/insert.hpp>
#include <sprout/operation/fixed/insert_n.hpp>
#include <sprout/operation/fixed/erase.hpp>
#include <sprout/operation/fixed/erase_n.hpp>
#include <sprout/operation/fixed/append.hpp>
#include <sprout/operation/fixed/append_back.hpp>
#include <sprout/operation/fixed/append_front.hpp>
#include <sprout/operation/fixed/set.hpp>
#endif // #ifndef SPROUT_OPERATION_FIXED_HPP