The containers.h
File Reference
Included Headers
#include <vector>
#include <string>
#include <string_view>
#include <set>
#include <map>
#include <unordered_set>
#include <unordered_map>
#include <stack>
Typedefs Index
using | StringUnorderedMap = std::unordered_map< std::string, std::string > |
using | StringUnorderedSet = std::unordered_set< std::string > |
using | StringMap = std::map< std::string, std::string > |
using | StringSet = std::set< std::string > |
using | StringMultiSet = std::multiset< std::string > |
using | StringVector = std::vector< std::string > |
using | StringViewVector = std::vector< std::string_view > |
using | BoolStack = std::stack< bool > |
using | BoolVector = std::vector< bool > |
using | IntMap = std::map< std::string, int > |
using | IntVector = std::vector< int > |
Typedefs
BoolStack
|
Definition at line 35 of file containers.h.
BoolVector
|
Definition at line 36 of file containers.h.
36using BoolVector = std::vector<bool>;
IntMap
|
Definition at line 37 of file containers.h.
IntVector
|
Definition at line 38 of file containers.h.
StringMap
|
Definition at line 30 of file containers.h.
StringMultiSet
|
Definition at line 32 of file containers.h.
32using StringMultiSet = std::multiset<std::string>;
StringSet
|
Definition at line 31 of file containers.h.
StringUnorderedMap
|
Definition at line 28 of file containers.h.
28using StringUnorderedMap = std::unordered_map<std::string,std::string>;
StringUnorderedSet
|
Definition at line 29 of file containers.h.
29using StringUnorderedSet = std::unordered_set<std::string>;
StringVector
|
Definition at line 33 of file containers.h.
33using StringVector = std::vector<std::string>;
StringViewVector
|
Definition at line 34 of file containers.h.
34using StringViewVector = std::vector<std::string_view>;
Generated via doxygen2docusaurus by Doxygen 1.14.0.