NeBuild dev
|
#include "forward_declarations.hpp"
#include "std_map.hpp"
#include "std_initializer_list.hpp"
#include "array.hpp"
#include "make_node.hpp"
#include "node_view.hpp"
#include "key.hpp"
#include "header_start.hpp"
#include "header_end.hpp"
Go to the source code of this file.
Classes | |
class | table |
A TOML table. More... | |
Typedefs | |
using | const_table_iterator = POXY_IMPLEMENTATION_DETAIL(impl::table_iterator< true >) |
A BidirectionalIterator for iterating over const key-value pairs in a toml::table. | |
Variables | |
TOML_NAMESPACE_START | |
TOML_NAMESPACE_END | |
using const_table_iterator = POXY_IMPLEMENTATION_DETAIL(impl::table_iterator<true>) |
A BidirectionalIterator for iterating over const key-value pairs in a toml::table.
TOML_NAMESPACE_END |
TOML_NAMESPACE_START |