Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | _basic_resource_manager_.ResourceStream --+ | StringResourceStream
The %StringResourceStream is a wrapper class for a std::stringstream that can be used to construct a resource. Useful when reading the resource stream in to memory (e.g. from a database or from multiple files) before trying to construct the resource.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (str)contents) -> None : basic/resource_manager/locator/StringResourceStream.hh:45 C++ signature : void __init__(_object*,std::string)
|
fill( (StringResourceStream)arg1, (str)contents) -> None : Construct the stringstream from the given input string. C++ signature : void fill(basic::resource_manager::locator::StringResourceStream {lvalue},std::string) fill( (StringResourceStream)arg1, (str)contents) -> None : C++ signature : void fill(StringResourceStream_exposer_callback {lvalue},std::string) |
stream( (StringResourceStream)arg1) -> std_istream : Give non-const access to the internal stringstream so that it can be used to construct a resource. C++ signature : std::istream {lvalue} stream(basic::resource_manager::locator::StringResourceStream {lvalue}) stream( (StringResourceStream)arg1) -> std_istream : C++ signature : std::istream {lvalue} stream(StringResourceStream_exposer_callback {lvalue}) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:03 2015 | http://epydoc.sourceforge.net |