34 |
#include "esysmpi.h" |
#include "esysmpi.h" |
35 |
#include <string> |
#include <string> |
36 |
#include <algorithm> |
#include <algorithm> |
37 |
|
#include <sstream> |
38 |
|
|
39 |
|
|
40 |
#include <boost/shared_ptr.hpp> |
#include <boost/shared_ptr.hpp> |
41 |
#include <boost/python/object.hpp> |
#include <boost/python/object.hpp> |
325 |
|
|
326 |
/** |
/** |
327 |
\brief |
\brief |
328 |
Write the data as a string. |
Write the data as a string. For large amounts of data, a summary is printed. |
329 |
*/ |
*/ |
330 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |
|
inline |
|
331 |
std::string |
std::string |
332 |
toString() const |
toString() const; |
333 |
{ |
|
|
return m_data->toString(); |
|
|
} |
|
334 |
|
|
335 |
/** |
/** |
336 |
\brief |
\brief |