SheafSystem  0.0.0.0
explicit_crg_interval.h File Reference

Interface for class explicit_crg_interval. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/crg_interval.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::explicit_crg_interval
 Implementation of crg_interval for explicit members of the poset. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Functions

SHEAF_DLL_SPEC size_t sheaf::deep_size (const explicit_crg_interval &xp, bool xinclude_shallow=true)
 The deep size of the referenced object of type explicit_crg_interval; if xinclude_shallow, add the sizeof xp to the result. More...
 

Detailed Description

Interface for class explicit_crg_interval.

Definition in file explicit_crg_interval.h.