Agora  1.2.0
Agora project
fmt::v8::buffered_file Class Reference

#include <os.h>

Public Member Functions

 buffered_file (const buffered_file &)=delete
 
void operator= (const buffered_file &)=delete
 
 buffered_file () throw ()
 
 ~buffered_file () throw ()
 
 buffered_file (buffered_file &&other) throw ()
 
buffered_fileoperator= (buffered_file &&other)
 
 buffered_file (cstring_view filename, cstring_view mode)
 
void close ()
 
FILE * get () const throw ()
 
int() fileno () const
 
void vprint (string_view format_str, format_args args)
 
template<typename... Args>
void print (string_view format_str, const Args &... args)
 

Private Member Functions

 buffered_file (FILE *f)
 

Private Attributes

FILE * file_
 

Friends

class file
 

Constructor & Destructor Documentation

◆ buffered_file() [1/5]

fmt::v8::buffered_file::buffered_file ( FILE *  f)
inlineexplicitprivate

◆ buffered_file() [2/5]

fmt::v8::buffered_file::buffered_file ( const buffered_file )
delete

◆ buffered_file() [3/5]

fmt::v8::buffered_file::buffered_file ( )
throw (
)
inline

◆ ~buffered_file()

fmt::v8::buffered_file::~buffered_file ( )
throw (
)

◆ buffered_file() [4/5]

fmt::v8::buffered_file::buffered_file ( buffered_file &&  other)
throw (
)
inline

◆ buffered_file() [5/5]

fmt::v8::buffered_file::buffered_file ( cstring_view  filename,
cstring_view  mode 
)

Member Function Documentation

◆ close()

void fmt::v8::buffered_file::close ( )

◆ fileno()

int() fmt::v8::buffered_file::fileno ( ) const

◆ get()

FILE* fmt::v8::buffered_file::get ( ) const
throw (
)
inline

◆ operator=() [1/2]

buffered_file& fmt::v8::buffered_file::operator= ( buffered_file &&  other)
inline
Here is the call graph for this function:

◆ operator=() [2/2]

void fmt::v8::buffered_file::operator= ( const buffered_file )
delete

◆ print()

template<typename... Args>
void fmt::v8::buffered_file::print ( string_view  format_str,
const Args &...  args 
)
inline
Here is the call graph for this function:

◆ vprint()

void fmt::v8::buffered_file::vprint ( string_view  format_str,
format_args  args 
)
inline
Here is the call graph for this function:

Friends And Related Function Documentation

◆ file

friend class file
friend

Member Data Documentation

◆ file_

FILE* fmt::v8::buffered_file::file_
private

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