File

All class functions are defined inline.


[ deal | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index


Class Summary

class File
{
public:
operator FILE*() ;
protected:
File(const char* name, const char* mode) ;
~File() ;
}; // File

Back to the top of File


File(const char* name, const char* mode) ;

  File(const char* name, const char* mode)
                                                                          ;

Function is currently defined inline.


Back to the top of File


~File() ;

  ~File()
                      
;

Function is currently defined inline.


Back to the top of File


operator FILE*() ;

  operator FILE*()              
;

Function is currently defined inline.


Back to the top of File


All Members

public:
operator FILE*() ;
protected:

Back to the top of File


Ancestors

Class does not inherit from any other class.

Back to the top of File


Descendants

Back to the top of File


Generated from source by the Cocoon utilities on Tue Dec 17 13:39:01 2002 .

Report problems to jkotula@vitalimages.com