SheafSystem  0.0.0.0
list_index_space_handle.h File Reference

Interface for class list_index_space_handle. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/scattered_insertion_index_space_handle.h"
#include "SheafSystem/std_list.h"

Go to the source code of this file.

Classes

class  sheaf::list_index_space_handle
 An map implementation of class scattered_insertion_index_space_handle. This representation is intended to efficiently represent id spaces that are positive and dense, that is, the domain ids are in the domain (~0, ~end()). This representation is optimized for sequential access and will have a linear asymptotic performance in both time and storage for random access lookup and insertion respectively. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Functions

SHEAF_DLL_SPEC std::ostream & sheaf::operator<< (std::ostream &xos, const list_index_space_handle &xi)
 Insert index_space_handle& xn into ostream& xos. More...
 

Detailed Description

Interface for class list_index_space_handle.

Definition in file list_index_space_handle.h.