Iros
 
Loading...
Searching...
No Matches
__file_implementation Struct Reference

#include <ccpp/bits/file_implementation.h>

Public Member Functions

ccpp::Fileget_unlocked ()
 Get the file implementation.
 
template<typename... Args>
constexpr __file_implementation (Args &&... args)
 

Public Attributes

di::Synchronized< ccpp::Filelocked
 

Constructor & Destructor Documentation

◆ __file_implementation()

template<typename... Args>
__file_implementation::__file_implementation ( Args &&... args)
inlineexplicitconstexpr

Member Function Documentation

◆ get_unlocked()

ccpp::File & __file_implementation::get_unlocked ( )
inline

Get the file implementation.

Warning
This can only be called by the 'unlocked' stdio variants.

Member Data Documentation

◆ locked

di::Synchronized<ccpp::File> __file_implementation::locked

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