Drake
Drake C++ Documentation
DiagramEventCollection< EventType > Member List

This is the complete list of members for DiagramEventCollection< EventType >, including all inherited members.

AddEvent(EventType) finalDiagramEventCollection< EventType >virtual
AddToEnd(const EventCollection< EventType > &other)EventCollection< EventType >
Clear() finalDiagramEventCollection< EventType >virtual
DiagramEventCollection(const DiagramEventCollection &)=deleteDiagramEventCollection< EventType >
DiagramEventCollection(DiagramEventCollection &&)=deleteDiagramEventCollection< EventType >
DiagramEventCollection(int num_subsystems)DiagramEventCollection< EventType >explicit
DoAddToEnd(const EventCollection< EventType > &other_collection) finalDiagramEventCollection< EventType >protectedvirtual
EventCollection(const EventCollection &)=deleteEventCollection< EventType >
EventCollection(EventCollection &&)=deleteEventCollection< EventType >
EventCollection()=defaultEventCollection< EventType >protected
get_mutable_subevent_collection(int index)DiagramEventCollection< EventType >
get_subevent_collection(int index) constDiagramEventCollection< EventType >
HasEvents() const finalDiagramEventCollection< EventType >virtual
num_subsystems() constDiagramEventCollection< EventType >
operator=(const DiagramEventCollection &)=deleteDiagramEventCollection< EventType >
operator=(DiagramEventCollection &&)=deleteDiagramEventCollection< EventType >
drake::systems::EventCollection::operator=(const EventCollection &)=deleteEventCollection< EventType >
drake::systems::EventCollection::operator=(EventCollection &&)=deleteEventCollection< EventType >
set_and_own_subevent_collection(int index, std::unique_ptr< EventCollection< EventType >> subevent_collection)DiagramEventCollection< EventType >
set_subevent_collection(int index, EventCollection< EventType > *subevent_collection)DiagramEventCollection< EventType >
SetFrom(const EventCollection< EventType > &other)EventCollection< EventType >
~EventCollection()EventCollection< EventType >virtual