Méthode | Description | |
---|---|---|
Contains ( |
Checks whether the map contains the key k.
|
|
Erase ( |
Erases the key k from the map.
|
|
Find ( |
Finds the value associated with the key k. This function signs an error when k is not a key in the map. |
|
Insert ( |
Stores or replaces a new key/value pair in the map.
|
|
Reset ( ) : void |
Removes all keys from the map.
|
|
ToString ( ) : string |
Retrieves a string representation of the map.
|
Méthode | Description | |
---|---|---|
ASTMap ( |
||
ASTMap ( |
||
DecRef ( |
||
IncRef ( |
public Insert ( |
||
k | The key AST | |
v | The value AST | |
Résultat | void |