![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Definition of templated DataStore wrapper called DataList. More...
Definition of templated DataStore wrapper called DataList.
#include <initializer_list>#include <string>#include <string_view>#include <utility>#include <vector>#include "LLU/Containers/Generic/DataStore.hpp"#include "LLU/Containers/Iterators/DataList.hpp"#include "LLU/ErrorLog/ErrorManager.h"#include "LLU/LibraryData.h"#include "LLU/MArgument.h"#include "LLU/TypedMArgument.h"
Include dependency graph for DataList.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LLU::DataList< T > |
| Top-level wrapper over LibraryLink's DataStore. More... | |
| struct | LLU::ValueAdaptor< T > |
| Iterator adaptor for DataList that makes begin() and end() return proxy iterators for node values. More... | |
| struct | LLU::NameAdaptor< T > |
| Iterator adaptor for DataList that makes begin() and end() return proxy iterators for node names. More... | |
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |