SheafSystem
0.0.0.0
|
Interface for class implicit_entry_map. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/any.h"
#include "SheafSystem/pod_types.h"
#include "SheafSystem/std_unordered_map.h"
#include "SheafSystem/std_map.h"
Go to the source code of this file.
Classes | |
class | sheaf::implicit_entry_map_iterator< E, I > |
An iterator over the entries in an implicit_entry_map. This iteration is NOT order preserving. More... | |
class | sheaf::rc_ptr< T > |
Reference-counted pointer to object of type T. T must be an implementation of concept class rc_any. More... | |
class | sheaf::implicit_entry_map< E, I > |
A map in which the entries may be implicit. More... | |
class | sheaf::implicit_entry_map< E, I > |
A map in which the entries may be implicit. More... | |
Namespaces | |
sheaf | |
Namespace for the sheaves component of the sheaf system. | |
Functions | |
template<typename E , typename I > | |
size_t | sheaf::deep_size (const implicit_entry_map< E, I > &xmap, bool xinclude_shallow=true) |
The deep size of the referenced object of type implicit_entry_map<E, I>; if xinclude_shallow, add the sizeof xvalue to the result. More... | |
Interface for class implicit_entry_map.
Definition in file implicit_entry_map.h.