Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Init Struct Reference

#include <lib.h>

Public Member Functions

 Init ()
 
 Init ()
 

Detailed Description

Definition at line 54 of file lib.h.

Constructor & Destructor Documentation

◆ Init() [1/2]

Init::Init ( )
inline

Definition at line 55 of file lib.h.

56 {
57 puts("Init");
58 init();
59 putReg();
60 }
void init()
Definition lib_test.cpp:3
void putReg()
Definition lib.h:17
Here is the call graph for this function:

◆ Init() [2/2]

Init::Init ( )
inline

Definition at line 35 of file lib_min.cpp.

36 {
37 puts("Init");
38 X::sss.put();
39 }
void put() const
Definition lib.h:36
static A sss
Definition lib_min.cpp:26
Here is the call graph for this function:

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