![]() |
SheafSystem
0.0.0.0
|
Interface for class crg_interval. More...
#include "SheafSystem/sheaf_dll_spec.h"#include "SheafSystem/block.h"#include "SheafSystem/primary_index_space_handle.h"#include "SheafSystem/scoped_index.h"#include "SheafSystem/std_iostream.h"#include "SheafSystem/std_string.h"Go to the source code of this file.
Classes | |
| class | sheaf::factory< T > |
| A factory for instanting descendants of an abstract type T, given the class name of the descendant. Requires: virtual const string& T::class_name() the actual (descendant) class name of the prototype. virtual T* T::clone() virtual default constructor virtual bool is_initialized() true if instance is fully initialized. More... | |
| class | sheaf::crg_interval |
| Abstract emulator for an interval of cover relation graph members. More... | |
Namespaces | |
| sheaf | |
| Namespace for the sheaves component of the sheaf system. | |
Functions | |
| std::ostream & | sheaf::operator<< (std::ostream &os, const crg_interval &m) |
| Insert crg_interval& m into ostream& os. More... | |
| SHEAF_DLL_SPEC size_t | sheaf::deep_size (const crg_interval &xp, bool xinclude_shallow=true) |
| The deep size of the referenced object of type crg_interval; if xinclude_shallow, add the sizeof xp to the result. More... | |
Interface for class crg_interval.
Definition in file crg_interval.h.