Dictionary
There is currently no description for this class. Please help us by contributing one!
Note
There are notable differences when using this API with C#. See C# Differences for more information.
Constructors
Dictionary ( ) |
|
Dictionary ( Dictionary from ) |
Methods
void |
clear ( ) |
get_or_add ( Variant key, Variant default=null ) |
|
hash ( ) const |
|
is_empty ( ) const |
|
is_read_only ( ) const |
|
keys ( ) const |
|
void |
make_read_only ( ) |
void |
merge ( Dictionary dictionary, bool overwrite=false ) |
merged ( Dictionary dictionary, bool overwrite=false ) const |
|
recursive_equal ( Dictionary dictionary, int recursion_count ) const |
|
size ( ) const |
|
values ( ) const |
Operators
operator != ( Dictionary right ) |
|
operator == ( Dictionary right ) |
|
operator [] ( Variant key ) |
Constructor Descriptions
Dictionary Dictionary ( )
There is currently no description for this constructor. Please help us by contributing one!
Dictionary Dictionary ( Dictionary from )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
void clear ( )
There is currently no description for this method. Please help us by contributing one!
Dictionary duplicate ( bool deep=false ) const
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Variant find_key ( Variant value ) const
There is currently no description for this method. Please help us by contributing one!
Variant get ( Variant key, Variant default=null ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_or_add ( Variant key, Variant default=null )
There is currently no description for this method. Please help us by contributing one!
bool has ( Variant key ) const
There is currently no description for this method. Please help us by contributing one!
bool has_all ( Array keys ) const
There is currently no description for this method. Please help us by contributing one!
int hash ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_empty ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_read_only ( ) const
There is currently no description for this method. Please help us by contributing one!
Array keys ( ) const
There is currently no description for this method. Please help us by contributing one!
void make_read_only ( )
There is currently no description for this method. Please help us by contributing one!
void merge ( Dictionary dictionary, bool overwrite=false )
There is currently no description for this method. Please help us by contributing one!
Dictionary merged ( Dictionary dictionary, bool overwrite=false ) const
There is currently no description for this method. Please help us by contributing one!
bool recursive_equal ( Dictionary dictionary, int recursion_count ) const
There is currently no description for this method. Please help us by contributing one!
int size ( ) const
There is currently no description for this method. Please help us by contributing one!
Array values ( ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( Dictionary right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( Dictionary right )
There is currently no description for this operator. Please help us by contributing one!
Variant operator [] ( Variant key )
There is currently no description for this operator. Please help us by contributing one!