3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/triqs/h5
Olivier Parcollet f1c32012a6 magic : redirect std::cout to python sys.out.write
- for all functions, except when GIL option (not implemented) is here
  we use a triqs::py_stream, which redirect the stream
  to python sys.write
- so that a simple C++ code with a std::cout
  print its output in the notebook...
- NB : it only works for the code within the cell.
  If it calls another function on the lib which uses cout,
  print is not redirected.
  Designed for simple tests....
- cerr not (yet) redirected. (useful ?).
2014-06-11 16:25:47 +02:00
..
base.cpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
base.hpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
group.cpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
group.hpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
make_h5_read_write.hpp Fix #21 2013-10-17 00:32:08 +02:00
map.hpp Add map<string,T> to h5 2014-06-03 18:13:14 +02:00
scalar.cpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
scalar.hpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
serialization.hpp magic : redirect std::cout to python sys.out.write 2014-06-11 16:25:47 +02:00
string.cpp fixes in wrap_generator, parameters, h5 for strings 2014-05-30 14:16:15 +02:00
string.hpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
vector.cpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00
vector.hpp Cleaning h5 interface 2014-05-11 21:47:52 +02:00