aqnwb 0.4.0
Loading...
Searching...
No Matches
Data.hpp File Reference
#include <any>
#include <memory>
#include "Types.hpp"
#include "io/BaseIO.hpp"
#include "nwb/RegisteredType.hpp"
#include "spec/hdmf_common.hpp"
Include dependency graph for Data.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AQNWB::NWB::Data
 An abstract data type for a dataset. More...
struct  AQNWB::NWB::Data::DataSpecBase
 Non-templated base class for runtime Data configuration. More...
struct  AQNWB::NWB::Data::DataSpec< DataT >
 Typed runtime configuration for a concrete Data subclass. More...
class  AQNWB::NWB::DataTyped< DTYPE >
 A typed data container for a dataset. More...

Namespaces

namespace  AQNWB
 The main namespace for AqNWB.
namespace  AQNWB::NWB
 Namespace for all classes related to the NWB data standard.

Typedefs

using AQNWB::NWB::CellValue = AQNWB::Types::CellValue