CppCMS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
booster
smart_ptr
sp_typeinfo.h
1
#ifndef BOOSTER_DETAIL_SP_TYPEINFO_HPP_INCLUDED
2
#define BOOSTER_DETAIL_SP_TYPEINFO_HPP_INCLUDED
3
4
// detail/sp_typeinfo.hpp
5
//
6
// Copyright 2007 Peter Dimov
7
//
8
// Distributed under the Boost Software License, Version 1.0.
9
// See accompanying file LICENSE_1_0.txt or copy at
10
// http://www.boost.org/LICENSE_1_0.txt)
11
12
#include <booster/config.h>
13
14
15
#include <typeinfo>
16
17
namespace
booster
18
{
19
20
namespace
detail
21
{
22
23
typedef
std::type_info sp_typeinfo;
24
25
}
// namespace detail
26
27
}
// namespace boost
28
29
#define BOOSTER_SP_TYPEID(T) typeid(T)
30
31
32
#endif // #ifndef BOOST_DETAIL_SP_TYPEINFO_HPP_INCLUDED
booster
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition:
application.h:23
Generated on Sun Dec 3 2017 22:47:16 for CppCMS by
1.8.11