LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
DataList.h File Reference

Definition of templated DataStore wrapper called DataList. More...

Detailed Description

Definition of templated DataStore wrapper called DataList.

Author
Rafal Chojna rafal.nosp@m.c@wo.nosp@m.lfram.nosp@m..com
Date
September 01, 2018
#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.