ToText_TableDebugView.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "TableDebugView.hpp"
4 #include "TextDebugView.hpp"
5 
6 namespace iv
7 {
8 
35 {
36 public:
37 //------------------------------------------------
42 
46  void Write_AsTables( TextDebugView * out );
47 
50  void Write_AsLines( TextDebugView * out, bool print_table_names );
51 
52 private:
53  std::string write( std::any const & value );
54 };
55 
56 }