Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
B::Y Struct Reference

Public Member Functions

 Y ()
 
 Y (int v)
 

Public Attributes

int a
 
int b
 
int c
 

Detailed Description

Definition at line 114 of file Tricky.tests.cpp.

Constructor & Destructor Documentation

◆ Y() [1/2]

B::Y::Y ( )
inline

Definition at line 116 of file Tricky.tests.cpp.

116: a(4), b(2), c(7) {}

◆ Y() [2/2]

B::Y::Y ( int v)
inline

Definition at line 117 of file Tricky.tests.cpp.

117: a(v), b(2), c(7) {}

Member Data Documentation

◆ a

int B::Y::a

Definition at line 118 of file Tricky.tests.cpp.

◆ b

int B::Y::b

Definition at line 119 of file Tricky.tests.cpp.

◆ c

int B::Y::c

Definition at line 120 of file Tricky.tests.cpp.


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