| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
_basic_resource_manager_.ResourceStream --+
|
FileStream
%FileStream is a wrapper class for a utility::io::izstream object that derives from ResourceStream.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (str)filename, (object)open_mode) -> None :
Constructor that initializes both the name for the file and its openmode.
C++ signature :
void __init__(_object*,std::string,std::_Ios_Openmode)
|
open( (FileStream)arg1, (str)filename, (object)open_mode) -> None :
Open a particular file; must be called if the default constructor is used.
C++ signature :
void open(basic::resource_manager::locator::FileStream {lvalue},std::string,std::_Ios_Openmode)
|
stream( (FileStream)arg1) -> std_istream :
Return non-const access to the internal stream so that it can be
used to construct a resource.
C++ signature :
std::istream {lvalue} stream(basic::resource_manager::locator::FileStream {lvalue})
stream( (FileStream)arg1) -> std_istream :
C++ signature :
std::istream {lvalue} stream(FileStream_exposer_callback {lvalue})
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:02 2015 | http://epydoc.sourceforge.net |