Changes in src/ResolvExpr/Alternative.h [50377a4:ea6332d]
- File:
-
- 1 edited
-
src/ResolvExpr/Alternative.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Alternative.h
r50377a4 rea6332d 39 39 ~Alternative(); 40 40 41 void print( std::ostream &os, Indenter indent = {} ) const; 41 void initialize( const Alternative &src, Alternative &dest ); 42 43 void print( std::ostream &os, int indent = 0 ) const; 42 44 43 45 Cost cost;
Note:
See TracChangeset
for help on using the changeset viewer.