Skip to content

NameGenerator

Synopsis

Declared in <src/midend/programTransformation/astOutlining/NameGenerator.hh>

class NameGenerator;

Member Functions

Name

Description

NameGenerator [constructor]

Constructors

~NameGenerator [destructor] [virtual]

Destructor

current [virtual]

Returns the current name, based on the current ID number.

id

Returns the current ID number.

next

Returns the next name, updating the current ID number.

prefix

Returns the prefix.

suffix

Returns the suffix.

Private Data Members

Name

Description

cur_id_

first_id_

prefix_

Name prefix.

suffix_

Name suffix.

Created with MrDocs