FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcFILE Class Reference

#include <addMFCClass.h>

Public Member Functions

 AcFILE ()
 
 AcFILE (FILE *)
 
 ~AcFILE ()
 
bool isOpen () const
 
int fprintf (ACHAR *,...)
 
FILEfopen (ACHAR const *, ACHAR const *)
 
ACHARfgets (ACHAR *, int)
 
int fclose ()
 
int fgetc ()
 
unsigned getCharFormat () const
 
unsigned setCharFormat (unsigned)
 
bool getUseCIF () const
 
bool setUseCIF (bool)
 
bool getExpandLF () const
 
bool setExpandLF (bool)
 
bool readBOM ()
 
bool writeBOM ()
 
int fputc (wchar_t c)
 
int fputs (const wchar_t *)
 
void attach (FILE *)
 
FILEdetach ()
 
int fprintf (const wchar_t *,...)
 
int vfprintf (const wchar_t *, va_list)
 
int fscanf (const wchar_t *,...)
 
FILEfsopen (const wchar_t *, const wchar_t *, int)
 
FILEpFILE () const
 
int ungetc (wchar_t)
 

Detailed Description

Definition at line 77 of file addMFCClass.h.

Constructor & Destructor Documentation

◆ AcFILE() [1/2]

AcFILE::AcFILE ( )

◆ AcFILE() [2/2]

AcFILE::AcFILE ( FILE * )

◆ ~AcFILE()

AcFILE::~AcFILE ( )

Member Function Documentation

◆ attach()

void AcFILE::attach ( FILE * )

◆ detach()

FILE * AcFILE::detach ( )

◆ fclose()

int AcFILE::fclose ( )

◆ fgetc()

int AcFILE::fgetc ( )

◆ fgets()

ACHAR * AcFILE::fgets ( ACHAR * ,
int  )

◆ fopen()

FILE * AcFILE::fopen ( ACHAR const * ,
ACHAR const *  )

◆ fprintf() [1/2]

int AcFILE::fprintf ( ACHAR * ,
... )

◆ fprintf() [2/2]

int AcFILE::fprintf ( const wchar_t * ,
... )

◆ fputc()

int AcFILE::fputc ( wchar_t c)

◆ fputs()

int AcFILE::fputs ( const wchar_t * )

◆ fscanf()

int AcFILE::fscanf ( const wchar_t * ,
... )

◆ fsopen()

FILE * AcFILE::fsopen ( const wchar_t * ,
const wchar_t * ,
int  )

◆ getCharFormat()

unsigned AcFILE::getCharFormat ( ) const

◆ getExpandLF()

bool AcFILE::getExpandLF ( ) const

◆ getUseCIF()

bool AcFILE::getUseCIF ( ) const

◆ isOpen()

bool AcFILE::isOpen ( ) const

◆ pFILE()

FILE * AcFILE::pFILE ( ) const

◆ readBOM()

bool AcFILE::readBOM ( )

◆ setCharFormat()

unsigned AcFILE::setCharFormat ( unsigned )

◆ setExpandLF()

bool AcFILE::setExpandLF ( bool )

◆ setUseCIF()

bool AcFILE::setUseCIF ( bool )

◆ ungetc()

int AcFILE::ungetc ( wchar_t )

◆ vfprintf()

int AcFILE::vfprintf ( const wchar_t * ,
va_list  )

◆ writeBOM()

bool AcFILE::writeBOM ( )

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