Ignore:
Timestamp:
Dec 4, 2013, 10:57:15 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_symbol.h

    r588 r656  
    3434  int select_last () const;
    3535  void show (const Symbol& symbol, const SymbolValue& value, bool& first_definition) const;
    36   int print (const Symbol& symbol, const SymbolValue& value, bool& first_definition) const;
     36  int print (const Symbol& symbol, const SymbolValue& value, bool& first_definition, ostream& out = cout) const;
    3737
    3838  CommandType command_type;
     
    8989
    9090  static void all_set ();
    91   static void all_print (PrintMode mode);
     91  static void all_print (PrintMode mode, ostream& out = cout);
     92  //static void all_print (PrintMode mode);
    9293  static void all_print_clean (PrintMode mode);
    9394  static void check_all_paths ();
     
    9697  static SymbolVector& symbols ();
    9798  static SymbolMap& symbol_map ();
     99  static SymbolMap& std_env_vars ();
    98100  static Symbol& symbol (int index);
    99101  static void clear_all ();
     
    107109
    108110  static bool get_inhibit_display ();
     111  static bool set_path_strip (const bool& path_strip);
    109112
    110113public:
     
    118121
    119122  int print_clean (PrintMode mode);
    120   int print (PrintMode mode);
     123  int print (PrintMode mode, ostream& out = cout);
     124  //int print (PrintMode mode);
    121125  cmt_string build_macro_value (bool display_it = false) const;
    122126  int print_macro (PrintMode mode, ostream& out = cout) const;
Note: See TracChangeset for help on using the changeset viewer.