68 template<StorageObjectType T>
70 : std::integral_constant<bool, (T == Dataset || T == Attribute)>
83 std::numeric_limits<SizeType>::max();
109 std::vector<std::pair<std::string_view, std::string_view>>
Class for storing acquisition system channel information.
Definition Channel.hpp:16
Provides definitions for various types used in the project.
Definition Types.hpp:17
std::vector< Channel > ChannelVector
Alias for a vector of channels.
Definition Types.hpp:93
static constexpr SizeType SizeTypeNotSet
Value to use to indicate that a SizeType index is not set.
Definition Types.hpp:82
StorageObjectType
Types of object used in the NWB schema.
Definition Types.hpp:54
@ Attribute
Definition Types.hpp:57
@ Group
Definition Types.hpp:55
@ Dataset
Definition Types.hpp:56
@ Undefined
Definition Types.hpp:58
friend Status operator&&(Status lhs, Status rhs)
Overloaded && operator for Status enum.
Definition Types.hpp:34
friend Status operator||(Status lhs, Status rhs)
Overloaded || operator for Status enum.
Definition Types.hpp:45
Status
Represents the status of an operation.
Definition Types.hpp:23
@ Success
Definition Types.hpp:24
@ Failure
Definition Types.hpp:25
std::vector< size_t > SizeArray
Alias for an array of size types used in the project.
Definition Types.hpp:88
size_t SizeType
Alias for the size type used in the project.
Definition Types.hpp:77
The main namespace for AqNWB.
Definition Channel.hpp:11
Helper struct to check if a value is a data field, i.e., Dataset or Attribute.
Definition Types.hpp:71
Struct to hold namespace information.
Definition Types.hpp:99
std::string name
The name of the namespace.
Definition Types.hpp:100
std::string version
The version of the namespace.
Definition Types.hpp:101
std::vector< std::pair< std::string_view, std::string_view > > specVariables
The specVariables of the namespace.
Definition Types.hpp:110