40 #ifndef __OPENFLUID_CORE_EVENTSCOLLECTION_HPP__
41 #define __OPENFLUID_CORE_EVENTSCOLLECTION_HPP__
129 return m_Events.size();
Class for management of date and time information.
Definition: DateTime.hpp:88
Definition: EventsCollection.hpp:71
void clear()
Definition: EventsCollection.hpp:135
int getCount() const
Definition: EventsCollection.hpp:127
bool addEvent(const Event &Ev)
EventsList_t * eventsList()
Definition: EventsCollection.hpp:111
bool addEvent(const Event *Ev)
EventsList_t * getEventsList()
Definition: EventsCollection.hpp:119
bool getEventsBetween(const DateTime &BeginDate, const DateTime &EndDate, EventsCollection &Events) const
bool getEventsBetween(const DateTime &BeginDate, const DateTime &EndDate, EventsCollection *Events) const
#define OPENFLUID_API
Definition: dllexport.hpp:86
std::list< Event > EventsList_t
Definition: EventsCollection.hpp:53
Definition: ApplicationException.hpp:47