cplusplus.com cplusplus.com
cplusplus.com   C++ : Reference : IOstream Library : filebuf : imbue
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
IOstream Library
manipulators
classes:
· filebuf
· fstream
· ifstream
· ios
· iostream
· ios_base
· istream
· istringstream
· ofstream
· ostream
· ostringstream
· streambuf
· stringbuf
· stringstream
objects:
· cerr
· cin
· clog
· cout
types:
· fpos
· streamoff
· streampos
· streamsize
filebuf
filebuf::filebuf
filebuf::~filebuf
member functions:
· filebuf::close
· filebuf::is_open
· filebuf::open
virtual members:
· filebuf::imbue
· filebuf::overflow
· filebuf::pbackfail
· filebuf::seekoff
· filebuf::seekpos
· filebuf::setbuf
· filebuf::showmanyc
· filebuf::sync
· filebuf::uflow
· filebuf::underflow

-

filebuf::imbue virtual protected member function
void imbue ( const locale & loc );

Imbue locale

Associates the locale object loc to the file buffer.

A locale object contains culture-specific information on how to interpret certain input and output operations.

The public member function pubimbue of the parent class streambuf calls this virtual member function, which overrides the virtual member streambuf::imbue.

Parameters

loc
The locale object being imbued to the object.

Return Value

none

Basic template member declaration

( basic_filebuf<charT,traits> )
void imbue ( const locale & loc );

See also

streambuf::pubimbue Imbue locale (public member function)

Home page | Privacy policy
© cplusplus.com, 2000-2009 - All rights reserved - v2.2
Spotted an error? contact us