xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
nlohmann::ordered_map< Key, T, IgnoredLess, Allocator > Struct Template Reference

#include <XrdOucJson.hh>

Inheritance diagram for nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >:
Inheritance graph
[legend]
Collaboration diagram for nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >:
Collaboration graph
[legend]

Public Types

using key_type = Key
 
using mapped_type = T
 
using Container = std::vector< std::pair< const Key, T >, Allocator >
 

Public Member Functions

 ordered_map (const Allocator &alloc=Allocator())
 
template<typename InputIt , typename = require_input_iter<InputIt>>
void insert (InputIt first, InputIt last)
 

Public Attributes

template<class It >
 __pad0__: Container{first
 
template<class It >
 last
 
template<class It >
 alloc
 

Detailed Description

template<class Key, class T, class IgnoredLess, class Allocator>
struct nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >

ordered_map: a minimal map-like container that preserves insertion order for use within nlohmann::basic_json<ordered_map>

Member Typedef Documentation

template<class Key , class T , class IgnoredLess , class Allocator >
using nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::Container = std::vector<std::pair<const Key, T>, Allocator>
template<class Key , class T , class IgnoredLess , class Allocator >
using nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::key_type = Key
template<class Key , class T , class IgnoredLess , class Allocator >
using nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::mapped_type = T

Constructor & Destructor Documentation

template<class Key , class T , class IgnoredLess , class Allocator >
nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::ordered_map ( const Allocator &  alloc = Allocator())
inline

Member Function Documentation

template<class Key , class T , class IgnoredLess , class Allocator >
template<typename InputIt , typename = require_input_iter<InputIt>>
void nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::insert ( InputIt  first,
InputIt  last 
)
inline

Member Data Documentation

template<class Key , class T , class IgnoredLess , class Allocator >
template<class It >
nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::__pad0__
template<class Key , class T , class IgnoredLess , class Allocator >
template<class It >
nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::alloc
template<class Key , class T , class IgnoredLess , class Allocator >
template<class It >
nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::last

The documentation for this struct was generated from the following file: