16 #ifndef __VOM_QOS_RECORD_H__ 17 #define __VOM_QOS_RECORD_H__ 39 typedef std::pair<interface::key_t, source_t>
key_t;
44 const key_t
key()
const;
54 std::shared_ptr<record>
singular()
const;
59 static std::shared_ptr<record>
find(
const key_t& k);
64 static void dump(std::ostream& os);
99 void show(std::ostream& os);
115 void update(
const record& obj);
120 static std::shared_ptr<record> find_or_add(
const record& temp);
146 std::shared_ptr<interface> m_itf;
std::pair< interface::key_t, source_t > key_t
const std::string key_t
In the opflex world each entity is known by a URI which can be converted into a string.
static void dump(std::ostream &os)
Dump all bridge_domain-doamin into the stream provided.
void replay(void)
replay the object to create it in hardware
A Database to store the unique 'singular' instances of a single object type.
record(const interface &i, const source_t &source)
sll srl srl sll sra u16x4 i
std::string to_string() const
Convert to string for debugging.
A representation of an interface in VPP.
Class definition for listeners to OM events.
inspect command handler Handler
The Source of the QoS classification (i.e.
void event_handler(void *tls_async)
dependency_t
There needs to be a strict order in which object types are read from VPP (at boot time) and replayed ...
The interface to writing objects into VPP OM.
A base class for all object_base in the VPP object_base-Model.
std::ostream & operator<<(std::ostream &os, const std::pair< direction_t, interface::key_t > &key)
std::shared_ptr< record > singular() const
Return the matching 'singular instance'.
The VPP Object Model (VOM) library.
const key_t key() const
Return the object's key.
static std::shared_ptr< record > find(const key_t &k)
Find the instnace of the bridge_domain domain in the OM.
bool operator==(const record &bdae) const
comparison operator