1#ifndef MNE_EVENT_LIST_H
2#define MNE_EVENT_LIST_H
36 for (
const auto& e : other.
events)
37 events.push_back(std::make_unique<MNEEvent>(*e));
45 for (
const auto& e : other.
events)
46 events.push_back(std::make_unique<MNEEvent>(*e));
60 std::vector<std::unique_ptr<MNEEvent>>
events;
mne library export/import macros.
Core MNE data structures (source spaces, source estimates, hemispheres).
std::vector< std::unique_ptr< MNEEvent > > events
MNEEventList & operator=(MNEEventList &&)=default
MNEEventList & operator=(const MNEEventList &other)
MNEEventList(MNEEventList &&)=default
int nevent() const
Returns the number of events in the list.
MNEEventList(const MNEEventList &other)