Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/LabelGenerator.h

    r27de955 r843054c2  
    99// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed Jun 03 14:16:26 2015
    13 // Update Count     : 5
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue May 19 15:33:20 2015
     13// Update Count     : 3
    1414//
    1515
     
    1818
    1919#include "SynTree/SynTree.h"
    20 #include <string>
    2120
    2221namespace ControlStruct {
     
    2423          public:
    2524                static LabelGenerator *getGenerator();
    26                 Label newLabel(std::string suffix = "");
     25                Label newLabel();
    2726                void reset() { current = 0; }
    2827                void rewind() { current--; }
Note: See TracChangeset for help on using the changeset viewer.