This is the complete list of members for ContextBase, including all inherited members.
AddAbstractParameterTicket(DependencyTicket ticket) | ContextBase | protected |
AddAbstractStateTicket(DependencyTicket ticket) | ContextBase | protected |
AddDiscreteStateTicket(DependencyTicket ticket) | ContextBase | protected |
AddInputPort(InputPortIndex expected_index, DependencyTicket ticket, std::function< void(const AbstractValue &)> fixed_input_type_checker) | ContextBase | protected |
AddNumericParameterTicket(DependencyTicket ticket) | ContextBase | protected |
AddOutputPort(OutputPortIndex expected_index, DependencyTicket ticket, const internal::OutputPortPrerequisite &prerequisite) | ContextBase | protected |
BuildTrackerPointerMap(const ContextBase &source, const ContextBase &clone, DependencyTracker::PointerMap *tracker_map) | ContextBase | protectedstatic |
Clone() const | ContextBase | |
CloneWithoutPointers(const ContextBase &source) | ContextBase | protectedstatic |
ContextBase(ContextBase &&)=delete | ContextBase | |
ContextBase() | ContextBase | protected |
ContextBase(const ContextBase &)=default | ContextBase | protected |
DisableCaching() const | ContextBase | |
DoCloneWithoutPointers() const =0 | ContextBase | protectedpure virtual |
DoPropagateBuildTrackerPointerMap(const ContextBase &clone, DependencyTracker::PointerMap *tracker_map) const | ContextBase | protectedvirtual |
DoPropagateBulkChange(int64_t change_event, void(ContextBase::*note_bulk_change)(int64_t change_event)) | ContextBase | protectedvirtual |
DoPropagateCachingChange(void(Cache::*caching_change)()) const | ContextBase | protectedvirtual |
DoPropagateFixContextPointers(const ContextBase &source, const DependencyTracker::PointerMap &tracker_map) | ContextBase | protectedvirtual |
EnableCaching() const | ContextBase | |
FixContextPointers(const ContextBase &source, const DependencyTracker::PointerMap &tracker_map, ContextBase *clone) | ContextBase | protectedstatic |
FixInputPort(int index, const AbstractValue &value) | ContextBase | |
FreezeCache() const | ContextBase | |
get_cache() const | ContextBase | |
get_dependency_graph() const | ContextBase | |
get_mutable_cache() const | ContextBase | |
get_mutable_dependency_graph() | ContextBase | |
get_mutable_tracker(DependencyTicket ticket) | ContextBase | |
get_system_id() const | ContextBase | |
get_tracker(DependencyTicket ticket) const | ContextBase | |
GetSystemName() const final | ContextBase | |
GetSystemPathname() const final | ContextBase | |
input_port_ticket(InputPortIndex port_num) | ContextBase | |
internal::SystemBaseContextBaseAttorney class | ContextBase | friend |
is_cache_frozen() const final | ContextBase | |
is_root_context() const | ContextBase | |
MaybeGetFixedInputPortValue(int index) const | ContextBase | |
MaybeGetMutableFixedInputPortValue(int index) | ContextBase | |
NoteAccuracyChanged(int64_t change_event) | ContextBase | protected |
NoteAllAbstractParametersChanged(int64_t change_event) | ContextBase | protected |
NoteAllAbstractStateChanged(int64_t change_event) | ContextBase | protected |
NoteAllContinuousStateChanged(int64_t change_event) | ContextBase | protected |
NoteAllDiscreteStateChanged(int64_t change_event) | ContextBase | protected |
NoteAllNumericParametersChanged(int64_t change_event) | ContextBase | protected |
NoteAllParametersChanged(int64_t change_event) | ContextBase | protected |
NoteAllQChanged(int64_t change_event) | ContextBase | protected |
NoteAllStateChanged(int64_t change_event) | ContextBase | protected |
NoteAllVChanged(int64_t change_event) | ContextBase | protected |
NoteAllVZChanged(int64_t change_event) | ContextBase | protected |
NoteAllZChanged(int64_t change_event) | ContextBase | protected |
NoteTimeChanged(int64_t change_event) | ContextBase | protected |
num_input_ports() const | ContextBase | |
num_output_ports() const | ContextBase | |
operator=(const ContextBase &)=delete | ContextBase | |
operator=(ContextBase &&)=delete | ContextBase | |
output_port_ticket(OutputPortIndex port_num) | ContextBase | |
owns_any_variables_or_parameters() const | ContextBase | protected |
PropagateBulkChange(ContextBase *context, int64_t change_event, void(ContextBase::*note_bulk_change)(int64_t change_event)) | ContextBase | protectedstatic |
PropagateBulkChange(int64_t change_event, void(ContextBase::*note_bulk_change)(int64_t change_event)) | ContextBase | protected |
PropagateCachingChange(const ContextBase &context, void(Cache::*caching_change)()) | ContextBase | protectedstatic |
set_parent(ContextBase *child, ContextBase *parent) | ContextBase | protectedstatic |
SetAllCacheEntriesOutOfDate() const | ContextBase | |
start_new_change_event() const | ContextBase | |
UnfreezeCache() const | ContextBase | |
~ContextBase() override | ContextBase |