os/ossrv/ossrv_pub/boost_apis/boost/algorithm/string.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/algorithm/string.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +//  Boost string_algo library string_algo.hpp header file  ---------------------------//
     1.5 +
     1.6 +//  Copyright Pavol Droba 2002-2004. Use, modification and
     1.7 +//  distribution is subject to the Boost Software License, Version
     1.8 +//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
     1.9 +//  http://www.boost.org/LICENSE_1_0.txt)
    1.10 +
    1.11 +//  See http://www.boost.org for updates, documentation, and revision history.
    1.12 +
    1.13 +#ifndef BOOST_STRING_ALGO_HPP
    1.14 +#define BOOST_STRING_ALGO_HPP
    1.15 +
    1.16 +/*! \file
    1.17 +    Cumulative include for string_algo library
    1.18 +*/
    1.19 +
    1.20 +#include <boost/algorithm/string/std_containers_traits.hpp>
    1.21 +#include <boost/algorithm/string/trim.hpp>
    1.22 +#include <boost/algorithm/string/case_conv.hpp>
    1.23 +#include <boost/algorithm/string/predicate.hpp>
    1.24 +#include <boost/algorithm/string/find.hpp>
    1.25 +#include <boost/algorithm/string/split.hpp>
    1.26 +#include <boost/algorithm/string/join.hpp>
    1.27 +#include <boost/algorithm/string/replace.hpp>
    1.28 +#include <boost/algorithm/string/erase.hpp>
    1.29 +#include <boost/algorithm/string/classification.hpp>
    1.30 +#include <boost/algorithm/string/find_iterator.hpp>
    1.31 +
    1.32 +
    1.33 +#endif  // BOOST_STRING_ALGO_HPP