![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Inheritance diagram for VOM::QoS::store:
Collaboration diagram for VOM::QoS::store:Public Types | |
| typedef std::pair< interface::key_t, source_t > | key_t |
Public Member Functions | |
| store (const interface &i, const source_t &source, bits_t value) | |
| store (const store &r) | |
| ~store () | |
| const key_t | key () const |
| Return the object's key. More... | |
| bool | operator== (const store &bdae) const |
| comparison operator More... | |
| std::shared_ptr< store > | singular () const |
| Return the matching 'singular instance'. More... | |
| void | replay (void) |
| replay the object to create it in hardware More... | |
| std::string | to_string () const |
| Convert to string for debugging. More... | |
Static Public Member Functions | |
| static std::shared_ptr< store > | find (const key_t &k) |
| Find the instnace of the bridge_domain domain in the OM. More... | |
| static void | dump (std::ostream &os) |
| Dump all bridge_domain-doamin into the stream provided. More... | |
Friends | |
| class | VOM::OM |
| class | singular_db< key_t, store > |
| It's the singular_db class that calls replay() More... | |
Additional Inherited Members | |
Protected Member Functions inherited from VOM::object_base | |
| object_base ()=default | |
| Constructable by derived classes only. More... | |
| virtual | ~object_base ()=default |
| Destructor. More... | |
Definition at line 31 of file qos_store.hpp.
| typedef std::pair<interface::key_t, source_t> VOM::QoS::store::key_t |
Definition at line 39 of file qos_store.hpp.
Definition at line 29 of file qos_store.cpp.
| VOM::QoS::store::store | ( | const store & | r | ) |
Definition at line 37 of file qos_store.cpp.
| VOM::QoS::store::~store | ( | ) |
|
static |
Dump all bridge_domain-doamin into the stream provided.
Definition at line 119 of file qos_store.cpp.
Here is the call graph for this function:Find the instnace of the bridge_domain domain in the OM.
Definition at line 107 of file qos_store.cpp.
| const store::key_t VOM::QoS::store::key | ( | ) | const |
Return the object's key.
Definition at line 52 of file qos_store.cpp.
Here is the caller graph for this function:comparison operator
Definition at line 58 of file qos_store.cpp.
Here is the call graph for this function:
|
virtual |
replay the object to create it in hardware
Implements VOM::object_base.
Definition at line 73 of file qos_store.cpp.
Here is the call graph for this function:| std::shared_ptr< store > VOM::QoS::store::singular | ( | ) | const |
Return the matching 'singular instance'.
Definition at line 113 of file qos_store.cpp.
|
virtual |
Convert to string for debugging.
Implements VOM::object_base.
Definition at line 82 of file qos_store.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
It's the singular_db class that calls replay()
Definition at line 130 of file qos_store.hpp.
|
friend |
Definition at line 125 of file qos_store.hpp.