Go to the source code of this file.
|
| template<> |
| void | dataStore (std::ostream &stream, Bool &v, void *context) |
| |
| template<> |
| void | dataLoad (std::istream &stream, Bool &v, void *context) |
| |
◆ dataLoad()
template<>
| void dataLoad |
( |
std::istream & |
stream, |
|
|
Bool & |
v, |
|
|
void * |
context |
|
) |
| |
Definition at line 21 of file Bool.C.
22{
24}
void dataLoad(std::istream &stream, Bool &v, void *context)
Referenced by dataLoad().
◆ dataStore()
template<>
| void dataStore |
( |
std::ostream & |
stream, |
|
|
Bool & |
v, |
|
|
void * |
context |
|
) |
| |
Definition at line 14 of file Bool.C.
15{
17}
void dataStore(std::ostream &stream, Bool &v, void *context)
Referenced by dataStore().