|
OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <Checklist.h>

Public Member Functions | |
| void | add (const FoundationType &a_foundation) |
| bool | remove (const FoundationType &a_foundation) |
| bool | contains (const FoundationType &a_foundation) const |
| bool | operator== (const ActiveFoundationSet &a_other) const |
Private Types | |
| typedef std::map< FoundationType, size_t > | FoundationsType |
Private Attributes | |
| FoundationsType | foundations_ |
Definition at line 36 of file Checklist.h.
|
private |
Definition at line 69 of file Checklist.h.
|
inline |
Definition at line 38 of file Checklist.h.
References foundations_.
Referenced by OpenDDS::ICE::AgentImpl::add(), and OpenDDS::ICE::Checklist::compute_active_foundations().
|
inline |
Definition at line 58 of file Checklist.h.
References foundations_.
Referenced by OpenDDS::ICE::AgentImpl::contains().
|
inline |
Definition at line 63 of file Checklist.h.
References foundations_.
|
inline |
Definition at line 44 of file Checklist.h.
References foundations_, and OPENDDS_ASSERT.
Referenced by OpenDDS::ICE::AgentImpl::remove().
|
private |
Definition at line 70 of file Checklist.h.
Referenced by add(), contains(), operator==(), and remove().
1.8.13