17#ifndef MNE_EVENT_LIST_H
18#define MNE_EVENT_LIST_H
52 for (
const auto& e : other.
events)
53 events.push_back(std::make_unique<MNEEvent>(*e));
61 for (
const auto& e : other.
events)
62 events.push_back(std::make_unique<MNEEvent>(*e));
76 std::vector<std::unique_ptr<MNEEvent>>
events;
Single recorded event (sample, previous and new trigger code).
MNELIB shared-library export/import macros and library build metadata.
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)