libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::Init Struct Reference

Convenience initialization object. More...

#include <cosmos.hxx>

Detailed Description

Convenience initialization object.

During the lifetime of this object the cosmos library remains initialized.

Definition at line 34 of file cosmos.hxx.

Constructor & Destructor Documentation

◆ Init()

cosmos::Init::Init ( )
inline

Definition at line 35 of file cosmos.hxx.

35{ init(); }

◆ ~Init()

cosmos::Init::~Init ( )
inline

Definition at line 37 of file cosmos.hxx.

37{ finish(); }

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