diff options
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 6fc0ec2..70c4e31 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1878,14 +1878,6 @@ however, are stored in a single dimension and accessed only by name.</p> <dt><tt>bool isEmpty() const</tt>:</dt> <dd>This function returns true if both the value and types maps are empty</dd> - - <dt><tt>std::string get_name(const Value*) const</tt>:</dt> - <dd>This function returns the name of the Value provided or the empty - string if the Value is not in the symbol table.</dd> - - <dt><tt>std::string get_name(const Type*) const</tt>:</dt> - <dd>This function returns the name of the Type provided or the empty - string if the Type is not in the symbol table.</dd> </dl> <h3>Mutators</h3> |