![]() |
P4C
The P4 Compiler
|
A signature of a concrete specialization. None of the parameters can be type variables or generic types, therefore the specialization can always be identified globally the the names of types. More...
#include <specializeGenericTypes.h>
Public Member Functions | |
std::string | name () const |
Get a candidate name for the instantiation. | |
bool | operator< (const SpecSignature &other) const |
Order for the sake of std::map only, the requirements are: | |
Static Public Member Functions | |
static std::optional< SpecSignature > | get (const IR::Type_Specialized *spec) |
Get a specialization signature if it is valid (i.e. the type is specialized only by concrete non-generic types). | |
Public Attributes | |
safe_vector< cstring > | arguments |
String representation of the type argument names. | |
cstring | baseType |
Name of the type declaration of the base (unspecialized) type (i.e. the struct/header) | |
A signature of a concrete specialization. None of the parameters can be type variables or generic types, therefore the specialization can always be identified globally the the names of types.
|
inline |
Order for the sake of std::map only, the requirements are: