OESetDefaultFlavorsΒΆ
bool OESetDefaultFlavors(oemolistream &)
Sets the flavors for all of the file formats associated with
the oemolistream
object to their default state.
The oemolistream
constructor invokes this function to initialize its input file format flavors.
bool OESetDefaultFlavors(oemolostream &)
Sets the flavors for all of the file formats associated with
the oemolostream
object to their default state.
The oemolostream
constructor invokes this function to initialize its output file format flavors.
See also
OESetDefaultIFlavors
andOESetDefaultOFlavors
functionsOEGetDefaultIFlavor
andOEGetDefaultOFlavor
functionsOEFormat
namespaceoemolstreambase.SetFlavor
andoemolstreambase.GetFlavor
methods