epoc32/include/stdapis/boost/variant.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 //-----------------------------------------------------------------------------
     2 // boost variant.hpp header file
     3 // See http://www.boost.org for updates, documentation, and revision history.
     4 //-----------------------------------------------------------------------------
     5 //
     6 // Copyright (c) 2003
     7 // Eric Friedman, Itay Maman
     8 //
     9 // Distributed under the Boost Software License, Version 1.0. (See
    10 // accompanying file LICENSE_1_0.txt or copy at
    11 // http://www.boost.org/LICENSE_1_0.txt)
    12 
    13 #ifndef BOOST_VARIANT_HPP
    14 #define BOOST_VARIANT_HPP
    15 
    16 // variant "main"
    17 #include "boost/variant/variant.hpp"
    18 #include "boost/variant/recursive_variant.hpp"
    19 #include "boost/variant/recursive_wrapper.hpp"
    20 
    21 // common applications
    22 #include "boost/variant/get.hpp"
    23 #include "boost/variant/apply_visitor.hpp"
    24 #include "boost/variant/static_visitor.hpp"
    25 #include "boost/variant/visitor_ptr.hpp"
    26 
    27 #endif // BOOST_VARIANT_HPP