|
TECA
The Toolkit for Extreme Climate Analysis
|
#include <vector>#include <string>#include <sstream>#include <exception>#include <typeinfo>#include <iterator>#include <algorithm>#include <type_traits>#include <utility>#include <hamr_buffer_allocator.h>#include "teca_config.h"#include "teca_common.h"#include "teca_binary_stream.h"#include "teca_bad_cast.h"#include "teca_shared_object.h"Go to the source code of this file.
Classes | |
| class | teca_variant_array |
| A type erasure for array based data. More... | |
Typedefs | |
| using | p_teca_variant_array = std::shared_ptr< teca_variant_array > |
| using | const_p_teca_variant_array = std::shared_ptr< const teca_variant_array > |
| using const_p_teca_variant_array = std::shared_ptr<const teca_variant_array > |
A shared pointer to a const instance of teca_variant_array
| using p_teca_variant_array = std::shared_ptr< teca_variant_array > |
a shared pointer to an instance of teca_variant_array