struct
#include <AllSyntax.h>
NetStrengthSyntax Concrete syntax definition for a NetStrength.
Base classes
- class SyntaxNode
- Base class for all syntax nodes.
Derived classes
- struct ChargeStrengthSyntax
- Concrete syntax definition for a ChargeStrength.
- struct DriveStrengthSyntax
- Concrete syntax definition for a DriveStrength.
- struct PullStrengthSyntax
- Concrete syntax definition for a PullStrength.
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
- NetStrengthSyntax(SyntaxKind kind)
- Constructs a new instance of the NetStrengthSyntax struct.
- NetStrengthSyntax(const NetStrengthSyntax&) defaulted explicit
- Copy constructor.