os/ossrv/ossrv_pub/boost_apis/boost/algorithm/string.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//  Boost string_algo library string_algo.hpp header file  ---------------------------//
sl@0
     2
sl@0
     3
//  Copyright Pavol Droba 2002-2004. Use, modification and
sl@0
     4
//  distribution is subject to the Boost Software License, Version
sl@0
     5
//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
sl@0
     6
//  http://www.boost.org/LICENSE_1_0.txt)
sl@0
     7
sl@0
     8
//  See http://www.boost.org for updates, documentation, and revision history.
sl@0
     9
sl@0
    10
#ifndef BOOST_STRING_ALGO_HPP
sl@0
    11
#define BOOST_STRING_ALGO_HPP
sl@0
    12
sl@0
    13
/*! \file
sl@0
    14
    Cumulative include for string_algo library
sl@0
    15
*/
sl@0
    16
sl@0
    17
#include <boost/algorithm/string/std_containers_traits.hpp>
sl@0
    18
#include <boost/algorithm/string/trim.hpp>
sl@0
    19
#include <boost/algorithm/string/case_conv.hpp>
sl@0
    20
#include <boost/algorithm/string/predicate.hpp>
sl@0
    21
#include <boost/algorithm/string/find.hpp>
sl@0
    22
#include <boost/algorithm/string/split.hpp>
sl@0
    23
#include <boost/algorithm/string/join.hpp>
sl@0
    24
#include <boost/algorithm/string/replace.hpp>
sl@0
    25
#include <boost/algorithm/string/erase.hpp>
sl@0
    26
#include <boost/algorithm/string/classification.hpp>
sl@0
    27
#include <boost/algorithm/string/find_iterator.hpp>
sl@0
    28
sl@0
    29
sl@0
    30
#endif  // BOOST_STRING_ALGO_HPP