P4C
The P4 Compiler
P4Tools::P4Testgen::Bmv2::MetadataCollection Class Reference
Inheritance diagram for P4Tools::P4Testgen::Bmv2::MetadataCollection:
[legend]

Public Member Functions

void addMetaDataField (cstring name, const IR::Literal *metadataField)
 Add a metadata field to the collection.
 
 DECLARE_TYPEINFO (MetadataCollection, TestObject)
 
const MetadataCollectionevaluate (const Model &, bool doComplete) const override
 
const IR::Literal * getMetadataField (cstring name)
 
const std::map< cstring, const IR::Literal * > & getMetadataFields () const
 
cstring getObjectName () const override
 
- Public Member Functions inherited from P4Tools::P4Testgen::TestObject
 TestObject (const TestObject &)=default
 
 TestObject (TestObject &&)=default
 
 DECLARE_TYPEINFO (TestObject)
 
TestObjectoperator= (const TestObject &)=default
 
TestObjectoperator= (TestObject &&)=default
 
- Public Member Functions inherited from ICastable
template<typename T >
T & as ()
 Tries to convert the class to type T. A BUG occurs if the cast fails.
 
template<typename T >
const T & as () const
 Tries to convert the class to type T. A BUG occurs if the cast fails.
 
template<typename T >
T * checkedTo ()
 Performs a checked cast. A BUG occurs if the cast fails.
 
template<typename T >
const T * checkedTo () const
 Performs a checked cast. A BUG occurs if the cast fails.
 
- Public Member Functions inherited from RTTI::Base
template<typename T >
bool is () const noexcept
 
virtual bool isA (TypeId typeId) const noexcept=0
 
template<typename T >
const T * to () const noexcept
 Same as to, but returns const pointer to T.
 
template<typename T >
T * to () noexcept
 
virtual TypeId typeId () const noexcept=0
 

Additional Inherited Members

- Protected Member Functions inherited from RTTI::Base
virtual const void * toImpl (TypeId typeId) const noexcept=0
 

Member Function Documentation

◆ evaluate()

const MetadataCollection * P4Tools::P4Testgen::Bmv2::MetadataCollection::evaluate ( const Model model,
bool  doComplete 
) const
overridevirtual
Returns
a version of the test object where all expressions are resolved and symbolic variables are substituted according to the mapping present in the
Parameters
model.

Implements P4Tools::P4Testgen::TestObject.

◆ getMetadataField()

const IR::Literal * P4Tools::P4Testgen::Bmv2::MetadataCollection::getMetadataField ( cstring  name)
Returns
a metadata field from the collection.

◆ getMetadataFields()

const std::map< cstring, const IR::Literal * > & P4Tools::P4Testgen::Bmv2::MetadataCollection::getMetadataFields ( ) const
Returns
the list of metadata fields.

◆ getObjectName()

cstring P4Tools::P4Testgen::Bmv2::MetadataCollection::getObjectName ( ) const
overridevirtual
Returns
the string name of this particular test object.

Implements P4Tools::P4Testgen::TestObject.