Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JGadget::TStream_base Class Referenceabstract

#include <std-stream.h>

+ Inheritance diagram for JGadget::TStream_base:

Public Member Functions

 TStream_base ()
 
virtual ~TStream_base ()=0
 
void setf (u32)
 
void setf (u32, u32)
 
void width (s32)
 
s32 precision () const
 
s32 width () const
 
u32 flags () const
 
void Init_ ()
 

Static Public Attributes

static const u32 skipws = 0x400000
 
static const u32 dec = 0x1
 

Private Attributes

u32 flags_
 
s32 width_
 
s32 precision_
 

Constructor & Destructor Documentation

◆ TStream_base()

JGadget::TStream_base::TStream_base ( )
inline

◆ ~TStream_base()

JGadget::TStream_base::~TStream_base ( )
pure virtual

Member Function Documentation

◆ flags()

u32 JGadget::TStream_base::flags ( ) const
inline

◆ Init_()

void JGadget::TStream_base::Init_ ( )
inline

◆ precision()

s32 JGadget::TStream_base::precision ( ) const
inline

◆ setf() [1/2]

void JGadget::TStream_base::setf ( u32 )

◆ setf() [2/2]

void JGadget::TStream_base::setf ( u32 ,
u32  )

◆ width() [1/2]

s32 JGadget::TStream_base::width ( ) const
inline

◆ width() [2/2]

void JGadget::TStream_base::width ( s32 )

Member Data Documentation

◆ dec

const u32 JGadget::TStream_base::dec = 0x1
static

◆ flags_

u32 JGadget::TStream_base::flags_
private

◆ precision_

s32 JGadget::TStream_base::precision_
private

◆ skipws

const u32 JGadget::TStream_base::skipws = 0x400000
static

◆ width_

s32 JGadget::TStream_base::width_
private

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