#include <unordered_map>
#include <any>
#include <string>
#include <vector>
#include "NeoN/core/demangle.hpp"
#include "NeoN/core/visibility.hpp"
Go to the source code of this file.
|
| struct | NeoN::detail::RefHolder< HoldType > |
| | A wrapper class to put references in dictionaries to overcome the issue that std::any cannot hold a reference use with care since if the original values does not exist anymore it will be a dangling reference. More...
|
| |
| class | NeoN::Dictionary |
| | A class representing a dictionary that stores key-value pairs. More...
|
| |