Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
A::X Struct Reference

Public Member Functions

 X ()
 
 X (int v)
 

Public Attributes

int a
 
int b
 
int c
 

Detailed Description

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

Constructor & Destructor Documentation

◆ X() [1/2]

A::X::X ( )
inline

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

105: a(4), b(2), c(7) {}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

◆ X() [2/2]

A::X::X ( int v)
inline

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

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

Member Data Documentation

◆ a

int A::X::a

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

◆ b

int A::X::b

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

◆ c

int A::X::c

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


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