[ROOT] --> small

class igesArchive
    extends ofstream as public

Author:
unascribed

Version:
unknown

Source:
igesArchive.h:27

Constructors Index

igesArchive
[public]
~igesArchive
[public]


Methods Index

operator <<
[public]
operator <<
[public]
operator <<
[public]
operator <<
[public]
operator <<
[public]


Constructors

igesArchive

public igesArchive ( const char * szName ,
                     int nMode = ios :: out ,
                     int nProt = filebuf :: openprot ) ;

igesArchive

public virtual ~ igesArchive ( ) ;


Methods

operator <<

public igesArchive & operator << ( const __int32 i ) ;

operator <<

public igesArchive & operator << ( const CString s ) ;

operator <<

public igesArchive & operator << ( const char c ) ;

operator <<

public igesArchive & operator << ( const char * pC ) ;

operator <<

public igesArchive & operator << ( CIntegerIges i ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.