Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.h

    r2c37f34 rd56e5bc  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Jun 22 10:13:00 2017
    13 // Update Count     : 15
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Wed Jun 21 16:44:48 2017
     13// Update Count     : 14
    1414//
    1515
     
    3333        void set_value( std::string newValue ) { rep = newValue; }
    3434
    35         /// generates a boolean constant of the given bool
    36         static Constant from_bool( bool b );
    3735        /// generates an integer constant of the given int
    3836        static Constant from_int( int i );
Note: See TracChangeset for help on using the changeset viewer.