Defines all types of managed resources. More...
#include <iostream>Go to the source code of this file.
Namespaces | |
| tpie | |
| pipelining/factory_base.h Base class of pipelining factories | |
Enumerations | |
| enum | resource_type { FILES, MEMORY, TOTAL_RESOURCE_TYPES, NO_RESOURCE } |
Functions | |
| std::ostream & | tpie::operator<< (std::ostream &os, const resource_type t) |
Defines all types of managed resources.
Currently only FILES and MEMORY.
Definition in file resources.h.