Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Unary< inType > Struct Template Reference
Inheritance diagram for Unary< inType >:
Collaboration diagram for Unary< inType >:

Public Member Functions

 Unary (Node *inChild)
 
 ~Unary ()
 
- Public Member Functions inherited from Node
 Node (NodeType inType)
 
virtual ~Node ()
 

Public Attributes

Nodechild
 
- Public Attributes inherited from Node
const NodeType type
 

Detailed Description

template<NodeType inType>
struct Unary< inType >

Definition at line 29 of file Regexp.cpp.

Constructor & Destructor Documentation

◆ Unary()

template<NodeType inType>
Unary< inType >::Unary ( Node * inChild)
inline

Definition at line 32 of file Regexp.cpp.

32: Node(inType), child(inChild) {}
Node(NodeType inType)
Definition Regexp.cpp:20
Node * child
Definition Regexp.cpp:31

◆ ~Unary()

template<NodeType inType>
Unary< inType >::~Unary ( )
inline

Definition at line 33 of file Regexp.cpp.

33{ delete child; }

Member Data Documentation

◆ child

template<NodeType inType>
Node* Unary< inType >::child

Definition at line 31 of file Regexp.cpp.


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