Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
StdDictionaries
src
classes_others.h
Go to the documentation of this file.
1
#include <bitset>
2
#include <deque>
3
#include <list>
4
#include <map>
5
#include <set>
6
#include <string>
7
#include <vector>
8
#include <functional>
9
10
namespace
DataFormats_StdDictionaries {
11
struct
dictionaryothers
{
12
std::allocator<char>
achar
;
13
std::allocator<double>
adouble
;
14
std::allocator<int>
aint
;
15
std::allocator<short>
ashort
;
16
std::basic_string<char>
bschar
;
17
std::bidirectional_iterator_tag
bidirectiter
;
18
std::bitset<7>
dummybitset7
;
19
std::deque<int>
dummy18
;
20
std::forward_iterator_tag
fowitertag
;
21
std::input_iterator_tag
initertag
;
22
std::less<int>
lsint
;
23
std::list<int>
dummy17
;
24
std::multimap<double,double>
dummyypwmv6
;
25
std::output_iterator_tag
outitertag
;
26
std::random_access_iterator_tag
randaccitertag
;
27
std::set<int>
dummy19
;
28
std::set<std::basic_string<char> >
dummy20
;
29
__gnu_cxx::new_allocator<char>
dummy21
;
30
__gnu_cxx::new_allocator<double>
dummy22
;
31
__gnu_cxx::new_allocator<int>
dummy23
;
32
__gnu_cxx::new_allocator<short>
dummy24
;
33
std::binary_function<int,int,bool>
dummy25
;
34
};
35
}
DataFormats_StdDictionaries::dictionaryothers::dummy17
std::list< int > dummy17
Definition:
classes_others.h:23
DataFormats_StdDictionaries::dictionaryothers::fowitertag
std::forward_iterator_tag fowitertag
Definition:
classes_others.h:20
DataFormats_StdDictionaries::dictionaryothers::dummy19
std::set< int > dummy19
Definition:
classes_others.h:27
DataFormats_StdDictionaries::dictionaryothers::bschar
std::basic_string< char > bschar
Definition:
classes_others.h:16
DataFormats_StdDictionaries::dictionaryothers::dummy24
__gnu_cxx::new_allocator< short > dummy24
Definition:
classes_others.h:32
DataFormats_StdDictionaries::dictionaryothers::dummy21
__gnu_cxx::new_allocator< char > dummy21
Definition:
classes_others.h:29
DataFormats_StdDictionaries::dictionaryothers::dummy18
std::deque< int > dummy18
Definition:
classes_others.h:19
DataFormats_StdDictionaries::dictionaryothers::initertag
std::input_iterator_tag initertag
Definition:
classes_others.h:21
DataFormats_StdDictionaries::dictionaryothers
Definition:
classes_others.h:11
DataFormats_StdDictionaries::dictionaryothers::lsint
std::less< int > lsint
Definition:
classes_others.h:22
DataFormats_StdDictionaries::dictionaryothers::outitertag
std::output_iterator_tag outitertag
Definition:
classes_others.h:25
DataFormats_StdDictionaries::dictionaryothers::bidirectiter
std::bidirectional_iterator_tag bidirectiter
Definition:
classes_others.h:17
DataFormats_StdDictionaries::dictionaryothers::dummy20
std::set< std::basic_string< char > > dummy20
Definition:
classes_others.h:28
DataFormats_StdDictionaries::dictionaryothers::achar
std::allocator< char > achar
Definition:
classes_others.h:12
DataFormats_StdDictionaries::dictionaryothers::dummybitset7
std::bitset< 7 > dummybitset7
Definition:
classes_others.h:18
DataFormats_StdDictionaries::dictionaryothers::dummy23
__gnu_cxx::new_allocator< int > dummy23
Definition:
classes_others.h:31
DataFormats_StdDictionaries::dictionaryothers::randaccitertag
std::random_access_iterator_tag randaccitertag
Definition:
classes_others.h:26
DataFormats_StdDictionaries::dictionaryothers::aint
std::allocator< int > aint
Definition:
classes_others.h:14
DataFormats_StdDictionaries::dictionaryothers::dummyypwmv6
std::multimap< double, double > dummyypwmv6
Definition:
classes_others.h:24
DataFormats_StdDictionaries::dictionaryothers::ashort
std::allocator< short > ashort
Definition:
classes_others.h:15
DataFormats_StdDictionaries::dictionaryothers::adouble
std::allocator< double > adouble
Definition:
classes_others.h:13
DataFormats_StdDictionaries::dictionaryothers::dummy22
__gnu_cxx::new_allocator< double > dummy22
Definition:
classes_others.h:30
DataFormats_StdDictionaries::dictionaryothers::dummy25
std::binary_function< int, int, bool > dummy25
Definition:
classes_others.h:33
Generated for CMSSW Reference Manual by
1.8.5