LLVM OpenMP
kmp_traits::kmp_wildcard_trait Class Referencefinal

Represents a wildcard trait that matches any device. More...

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_traits.h"

Inheritance diagram for kmp_traits::kmp_wildcard_trait:
[legend]

Public Member Functions

 kmp_wildcard_trait ()
bool match (int device) const override
bool operator== (const kmp_trait &other) const override
Public Member Functions inherited from kmp_traits::kmp_trait
virtual ~kmp_trait ()=default
 kmp_trait (const kmp_trait &)=delete
 kmp_trait (kmp_trait &&)=delete
kmp_traitoperator= (const kmp_trait &)=delete
kmp_traitoperator= (kmp_trait &&)=delete
voidoperator new (size_t size)
void operator delete (void *ptr)

Additional Inherited Members

Protected Types inherited from kmp_traits::kmp_trait
enum  trait_type { WILDCARD_T , LITERAL_T , UID_T }
Protected Member Functions inherited from kmp_traits::kmp_trait
 kmp_trait (trait_type type)
Protected Attributes inherited from kmp_traits::kmp_trait
trait_type _type

Detailed Description

Represents a wildcard trait that matches any device.

Definition at line 123 of file kmp_traits.h.

Constructor & Destructor Documentation

◆ kmp_wildcard_trait()

kmp_traits::kmp_wildcard_trait::kmp_wildcard_trait ( )
inline

Member Function Documentation

◆ match()

bool kmp_traits::kmp_wildcard_trait::match ( int device) const
inlineoverridevirtual

Reimplemented from kmp_traits::kmp_trait.

Definition at line 127 of file kmp_traits.h.

◆ operator==()

bool kmp_traits::kmp_wildcard_trait::operator== ( const kmp_trait & other) const
inlineoverridevirtual

Reimplemented from kmp_traits::kmp_trait.

Definition at line 129 of file kmp_traits.h.

References kmp_traits::kmp_trait::kmp_trait(), and kmp_traits::kmp_trait::operator==().


The documentation for this class was generated from the following file: