Rosetta
|
ArrayPool class declaration and implementation. More...
#include <utility/graph/ArrayPool.hh>
#include <platform/types.hh>
#include <utility/string_util.hh>
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
utility::graph | |
Functions | |
std::string | utility::graph::neg_space_element_allocation_error_message (platform::Size block_size, platform::Size neg_space_element_size) |
std::string | utility::graph::block_allocation_error_message (platform::Size block_size, platform::Size array_size, platform::Size t_size) |
ArrayPool class declaration and implementation.