#include <Utils.h>
Public Member Functions | |
white_tab () | |
Create the white_tab object, and initialize the table. | |
~white_tab () | |
The destructor. Clear the table. | |
ctype_base::mask const * | init () |
Initialize the table only with tab and newline as legal whitespaces. | |
ctype_base::mask const * | get_table () |
Get the local table. | |
Private Attributes | |
ctype_base::mask * | _rc |
An array containing the local table. |
Use it with:
"ifstream".imbue( locale(locale(), new nor_utils::white_tab) );
Definition at line 54 of file Utils.h.
|
Create the white_tab object, and initialize the table.
|
|
Get the local table.
Definition at line 89 of file Utils.h. References white_tab::_rc. |
|
Initialize the table only with tab and newline as legal whitespaces.
Definition at line 68 of file Utils.h. References white_tab::_rc. |