Go to the source code of this file.
|
| namespace | libMesh |
| | The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
|
| |
|
| template<> |
| void | dataStore (std::ostream &stream, FormattedTable &table, void *context) |
| |
| template<> |
| void | dataLoad (std::istream &stream, FormattedTable &v, void *context) |
| |
| template<> |
| void | dataStore (std::ostream &stream, TableValueBase *&value, void *context) |
| |
| template<> |
| void | dataLoad (std::istream &stream, TableValueBase *&value, void *context) |
| |
| std::ostream & | operator<< (std::ostream &os, const TableValueBase &value) |
| |
| template<> |
| void | dataStore (std::ostream &stream, FormattedTable &table, void *context) |
| |
| template<> |
| void | dataLoad (std::istream &stream, FormattedTable &v, void *context) |
| |
| template<> |
| void | dataStore (std::ostream &stream, TableValueBase *&value, void *context) |
| |
| template<> |
| void | dataLoad (std::istream &stream, TableValueBase *&value, void *context) |
| |
◆ dataLoad() [1/4]
template<>
| void dataLoad |
( |
std::istream & |
stream, |
|
|
FormattedTable & |
v, |
|
|
void * |
context |
|
) |
| |
Definition at line 39 of file FormattedTable.C.
40{
42 loadHelper(stream, table._align_widths, context);
43 loadHelper(stream, table._column_names, context);
44 loadHelper(stream, table._output_row_index, context);
45 loadHelper(stream, table._headers_output, context);
46}
void loadHelper(std::istream &stream, P &data, void *context)
Scalar helper routine.
Referenced by TableValue< T >::load().
◆ dataLoad() [2/4]
template<>
| void dataLoad |
( |
std::istream & |
stream, |
|
|
FormattedTable & |
v, |
|
|
void * |
context |
|
) |
| |
◆ dataLoad() [3/4]
template<>
| void dataLoad |
( |
std::istream & |
stream, |
|
|
TableValueBase *& |
value, |
|
|
void * |
context |
|
) |
| |
◆ dataLoad() [4/4]
template<>
| void dataLoad |
( |
std::istream & |
stream, |
|
|
TableValueBase *& |
value, |
|
|
void * |
context |
|
) |
| |
◆ dataStore() [1/4]
template<>
| void dataStore |
( |
std::ostream & |
stream, |
|
|
FormattedTable & |
table, |
|
|
void * |
context |
|
) |
| |
◆ dataStore() [2/4]
template<>
| void dataStore |
( |
std::ostream & |
stream, |
|
|
FormattedTable & |
table, |
|
|
void * |
context |
|
) |
| |
◆ dataStore() [3/4]
template<>
| void dataStore |
( |
std::ostream & |
stream, |
|
|
TableValueBase *& |
value, |
|
|
void * |
context |
|
) |
| |
◆ dataStore() [4/4]
template<>
| void dataStore |
( |
std::ostream & |
stream, |
|
|
TableValueBase *& |
value, |
|
|
void * |
context |
|
) |
| |
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TableValueBase & |
value |
|
) |
| |
Definition at line 628 of file FormattedTable.C.
630{
632 return os;
633}
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)