![]() |
NEURON
|
Interface for obtaining information about model data containers. More...
#include <model_data_fwd.hpp>
Public Member Functions | |
virtual | ~storage_info ()=default |
virtual std::string_view | container () const =0 |
virtual std::string_view | field () const =0 |
virtual std::size_t | size () const =0 |
Interface for obtaining information about model data containers.
This indirection via an abstract interface helps reduce the ABI surface between translated MOD file code and the rest of the library.
Definition at line 21 of file model_data_fwd.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in neuron::container::detail::storage_info_impl.
|
pure virtual |
Implemented in neuron::container::detail::storage_info_impl.
|
pure virtual |
Implemented in neuron::container::detail::storage_info_impl.