#include <any>#include <optional>#include <string>#include <unordered_map>#include "Utils.hpp"#include "io/BaseIO.hpp"#include "io/ReadIO.hpp"#include "io/RecordingObjects.hpp"#include "nwb/hdmf/base/Container.hpp"#include "nwb/hdmf/table/ElementIdentifiers.hpp"#include "nwb/hdmf/table/VectorData.hpp"#include "spec/hdmf_common.hpp"Go to the source code of this file.
Classes | |
| class | AQNWB::NWB::DynamicTable |
| Represents a group containing multiple datasets that are aligned on the first dimension. More... | |
| struct | AQNWB::NWB::DynamicTable::ColumnReturnType< T > |
| Type trait to determine the return type of readColumn. More... | |
| struct | AQNWB::NWB::DynamicTable::IsVectorDataTyped< T > |
| Type trait identifying non-registered typed VectorData facades. More... | |
| struct | AQNWB::NWB::DynamicTable::IsVectorDataTyped< VectorDataTyped< DTYPE > > |
| struct | AQNWB::NWB::DynamicTable::ConfiguredColumn |
| Internal state structure tracking a configured table column. More... | |
Namespaces | |
| namespace | AQNWB |
| The main namespace for AqNWB. | |
| namespace | AQNWB::NWB |
| Namespace for all classes related to the NWB data standard. | |