SheafSystem  0.0.0.0
block.impl.h File Reference

Implementation for class template block. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/block.h"
#include "SheafSystem/auto_block.impl.h"

Go to the source code of this file.

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Functions

template<typename T >
bool sheaf::operator== (const block< T > &xblk1, const block< T > &xblk2)
 Equality operator; true if xblk1 equals xblk2. More...
 
template<typename T >
std::ostream & sheaf::operator<< (std::ostream &xos, const block< T > &xblk)
 Inserts block xblk into ostream xos. More...
 
template<typename T >
size_t sheaf::deep_size (const block< T > &xblk, bool xinclude_shallow=true)
 The deep size of the referenced object of type block<T>; if xinclude_shallow, add the sizeof xp to the result. More...
 
template<typename T >
size_t sheaf::deep_size (const block< T *> &xblk, bool xinclude_shallow=true)
 The deep size of the referenced object of type block<T*>; if xinclude_shallow, add the sizeof xp to the result. Note that the first argument is auto_block<T*, S> but the template parameter is T, not T*. More...
 

Detailed Description

Implementation for class template block.

Definition in file block.impl.h.