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

#include <addMFCClass.h>

Inheritance diagram for AcCStdioFile:

Public Member Functions

 AcCStdioFile ()
 
 AcCStdioFile (FILE *)
 
 AcCStdioFile (LPCTSTR, UINT)
 
virtual ~AcCStdioFile ()
 
virtual BOOL Open (LPCTSTR, UINT, CFileException *=NULL)
 
virtual void Flush ()
 
virtual void Close ()
 
virtual void WriteString (LPCTSTR)
 
virtual LPTSTR ReadString (LPTSTR, UINT)
 
virtual BOOL ReadString (CString &)
 
ULONGLONG Seek (LONGLONG param_1, UINT param_2) override
 
unsigned getCharFormat () const
 
unsigned setCharFormat (unsigned)
 
bool getUseCIF () const
 
bool setUseCIF (bool)
 
bool getExpandLF () const
 
bool setExpandLF (bool)
 
bool readBOM ()
 
bool writeBOM ()
 
bool attachBuffer (void *pBufer, unsigned)
 
bool detachBuffer ()
 
bool flushBytes ()
 
bool hasBuffer () const
 

Detailed Description

Definition at line 149 of file addMFCClass.h.

Constructor & Destructor Documentation

◆ AcCStdioFile() [1/3]

AcCStdioFile::AcCStdioFile ( )

◆ AcCStdioFile() [2/3]

AcCStdioFile::AcCStdioFile ( FILE * )

◆ AcCStdioFile() [3/3]

AcCStdioFile::AcCStdioFile ( LPCTSTR ,
UINT  )

◆ ~AcCStdioFile()

virtual AcCStdioFile::~AcCStdioFile ( )
virtual

Member Function Documentation

◆ attachBuffer()

bool AcCStdioFile::attachBuffer ( void * pBufer,
unsigned  )

◆ Close()

virtual void AcCStdioFile::Close ( )
virtual

◆ detachBuffer()

bool AcCStdioFile::detachBuffer ( )

◆ Flush()

virtual void AcCStdioFile::Flush ( )
virtual

◆ flushBytes()

bool AcCStdioFile::flushBytes ( )

◆ getCharFormat()

unsigned AcCStdioFile::getCharFormat ( ) const

◆ getExpandLF()

bool AcCStdioFile::getExpandLF ( ) const

◆ getUseCIF()

bool AcCStdioFile::getUseCIF ( ) const

◆ hasBuffer()

bool AcCStdioFile::hasBuffer ( ) const

◆ Open()

virtual BOOL AcCStdioFile::Open ( LPCTSTR ,
UINT ,
CFileException * = NULL )
virtual

◆ readBOM()

bool AcCStdioFile::readBOM ( )

◆ ReadString() [1/2]

virtual BOOL AcCStdioFile::ReadString ( CString & )
virtual

◆ ReadString() [2/2]

virtual LPTSTR AcCStdioFile::ReadString ( LPTSTR ,
UINT  )
virtual

◆ Seek()

ULONGLONG AcCStdioFile::Seek ( LONGLONG param_1,
UINT param_2 )
override

◆ setCharFormat()

unsigned AcCStdioFile::setCharFormat ( unsigned )

◆ setExpandLF()

bool AcCStdioFile::setExpandLF ( bool )

◆ setUseCIF()

bool AcCStdioFile::setUseCIF ( bool )

◆ writeBOM()

bool AcCStdioFile::writeBOM ( )

◆ WriteString()

virtual void AcCStdioFile::WriteString ( LPCTSTR )
virtual

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