Ignore:
Timestamp:
Aug 12, 2010, 10:45:31 AM (14 years ago)
Author:
rybkin
Message:

See C.L. 434

File:
1 edited

Legend:

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

    r547 r549  
    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;
    3637
    3738  CommandType command_type;
     
    4950  ValueBuilder ();
    5051  const cmt_string build_and_display (const Symbol& symbol);
     52  int print (const Symbol& symbol, ostream& out = cout);
    5153
    5254  virtual const cmt_string build (const Symbol& symbol,
     
    118120  int print (PrintMode mode);
    119121  cmt_string build_macro_value (bool display_it = false) const;
     122  int print_macro (PrintMode mode, ostream& out = cout) const;
    120123  cmt_string clean_macro_value () const;
    121124  cmt_string resolve_macro_value (const cmt_string& tag_name = "");
     
    132135
    133136  int selected_value;        /* according to the last selected tag */
     137  bool printed;
    134138
    135139private:
Note: See TracChangeset for help on using the changeset viewer.