slang::syntax::TimingControlSyntax struct
#include <AllSyntax.h>

Concrete syntax definition for a TimingControl.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct Delay3Syntax
Concrete syntax definition for a Delay3.
struct DelaySyntax
Concrete syntax definition for a Delay.
struct EventControlSyntax
Concrete syntax definition for an EventControl.
struct EventControlWithExpressionSyntax
Concrete syntax definition for an EventControlWithExpression.
struct ImplicitEventControlSyntax
Concrete syntax definition for an ImplicitEventControl.
struct OneStepDelaySyntax
Concrete syntax definition for an OneStepDelay.
struct RepeatedEventControlSyntax
Concrete syntax definition for a RepeatedEventControl.

Public static functions

static auto isKind(SyntaxKind kind) -> bool
Returns true if the provided syntax kind is represented by this type.

Constructors, destructors, conversion operators

TimingControlSyntax(SyntaxKind kind)
Constructs a new instance of the TimingControlSyntax struct.
TimingControlSyntax(const TimingControlSyntax&) defaulted explicit
Copy constructor.