Jpp
18.3.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JLang
JSTDTypes.hh
Go to the documentation of this file.
1
#ifndef __JLANG__JSTDTYPES__
2
#define __JLANG__JSTDTYPES__
3
4
/**
5
* \file
6
*
7
* Forward declarations of STD containers.
8
* \author mdejong
9
*/
10
11
namespace
std {
12
template
<
class
JElement_t,
class
JAllocator_t>
class
vector
;
13
template
<
class
JElement_t,
class
JComparator_t,
class
JAllocator_t>
class
set
;
14
template
<
class
JElement_t,
class
JComparator_t,
class
JAllocator_t>
class
multiset
;
15
template
<
class
JFirst_t,
class
JSecond_t>
class
pair
;
16
template
<
class
JKey_t,
class
JValue_t,
class
JComparator_t,
class
JAllocator_t>
class
map
;
17
template
<
class
JKey_t,
class
JValue_t,
class
JComparator_t,
class
JAllocator_t>
class
multimap
;
18
template
<
class
Category,
class
T,
class
Distance,
class
Po
int
er,
class
Reference>
struct
iterator
;
19
#ifdef _GLIBCXX_USE_CXX11_ABI
20
inline
namespace
__cxx11 {
21
template
<
class
JElement_t,
class
JAllocator_t>
class
list
;
22
}
23
#else
24
template
<
class
JElement_t,
class
JAllocator_t>
class
list
;
25
#endif
26
template
<
class
JElement_t>
class
initializer_list
;
27
template
<
class
JElement_t,
size_t
N>
struct
array
;
28
}
29
#endif
30
std::pair
Definition:
JSTDTypes.hh:15
std::array
Definition:
JSTDTypes.hh:27
std::map
Definition:
JSTDTypes.hh:16
std::vector
Definition:
JSTDTypes.hh:12
std::iterator
Definition:
JSTDTypes.hh:18
std::multiset
Definition:
JSTDTypes.hh:14
std::multimap
Definition:
JSTDTypes.hh:17
std::list
Definition:
JSTDTypes.hh:24
std::initializer_list
Definition:
JSTDTypes.hh:26
std::set
Definition:
JSTDTypes.hh:13
Generated by
1.8.5