paludis
Version 2.6.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
paludis
util
type_list-fwd.hh
1
/* vim: set sw=4 sts=4 et foldmethod=syntax : */
2
3
/*
4
* Copyright (c) 2008, 2009, 2010 Ciaran McCreesh
5
*
6
* This file is part of the Paludis package manager. Paludis is free software;
7
* you can redistribute it and/or modify it under the terms of the GNU General
8
* Public License version 2, as published by the Free Software Foundation.
9
*
10
* Paludis is distributed in the hope that it will be useful, but WITHOUT ANY
11
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13
* details.
14
*
15
* You should have received a copy of the GNU General Public License along with
16
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
17
* Place, Suite 330, Boston, MA 02111-1307 USA
18
*/
19
20
#ifndef PALUDIS_GUARD_PALUDIS_UTIL_TYPE_LIST_FWD_HH
21
#define PALUDIS_GUARD_PALUDIS_UTIL_TYPE_LIST_FWD_HH 1
22
23
namespace
paludis
24
{
25
struct
TypeListTail;
26
27
template
<
typename
Item_,
typename
Tail_>
28
struct
TypeListEntry
;
29
30
template
<
typename
...>
31
struct
MakeTypeList
;
32
33
template
<>
34
struct
MakeTypeList<>
;
35
36
template
<
typename
H_,
typename
... T_>
37
struct
MakeTypeList
<H_, T_...>;
38
39
template
<
typename
TypeList_>
40
struct
MakeTypeListConst
;
41
42
template
<
typename
Item_>
43
struct
MakeTypeListConstEntry
;
44
45
template
<
typename
TypeList_,
typename
Item_>
46
struct
TypeListContains
;
47
}
48
49
#endif
paludis
Definition:
about_metadata-fwd.hh:23
paludis::MakeTypeListConst
Definition:
type_list-fwd.hh:40
paludis::TypeListEntry
Definition:
type_list-fwd.hh:28
paludis::MakeTypeListConstEntry
Definition:
type_list-fwd.hh:43
paludis::MakeTypeList<>
Definition:
type_list.hh:39
paludis::MakeTypeList
Definition:
type_list-fwd.hh:31
paludis::TypeListContains
Definition:
type_list-fwd.hh:46
Generated by
1.8.11