LLVM OpenMP 22.0.0git
omptest::internal::AssertionSyncPoint Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/tools/omptest/include/InternalEvent.h"

Inheritance diagram for omptest::internal::AssertionSyncPoint:
[legend]

Public Member Functions

std::string toString () const override
 Basic toString method, which may be overridden with own implementations.
 AssertionSyncPoint (const std::string &Name)
Public Member Functions inherited from omptest::internal::EventBase< AssertionSyncPoint >
 EventBase ()
virtual ~EventBase ()=default
virtual bool equals (const InternalEvent *o) const override
 Equals method to cast and dispatch to the specific class operator==.
Public Member Functions inherited from omptest::internal::InternalEvent
 InternalEvent ()
 InternalEvent (EventTy T)
virtual ~InternalEvent ()=default

Public Attributes

const std::string Name
Public Attributes inherited from omptest::internal::InternalEvent
EventTy Type
 Identifying event type.

Additional Inherited Members

Static Public Attributes inherited from omptest::internal::EventBase< AssertionSyncPoint >
static constexpr EventTy EventType

Detailed Description

Definition at line 38 of file InternalEvent.h.

Constructor & Destructor Documentation

◆ AssertionSyncPoint()

omptest::internal::AssertionSyncPoint::AssertionSyncPoint ( const std::string & Name)
inline

Definition at line 40 of file InternalEvent.h.

References Name.

Member Function Documentation

◆ toString()

std::string internal::AssertionSyncPoint::toString ( ) const
overridevirtual

Basic toString method, which may be overridden with own implementations.

Reimplemented from omptest::internal::EventBase< AssertionSyncPoint >.

Definition at line 45 of file InternalEvent.cpp.

References Name, and S.

Referenced by TEST().

Member Data Documentation

◆ Name

const std::string omptest::internal::AssertionSyncPoint::Name

Definition at line 41 of file InternalEvent.h.

Referenced by AssertionSyncPoint(), and toString().


The documentation for this struct was generated from the following files: