diff options
Diffstat (limited to 'c++-libbu++/src/dictionary.h')
-rw-r--r-- | c++-libbu++/src/dictionary.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++-libbu++/src/dictionary.h b/c++-libbu++/src/dictionary.h index d2cdec0..84cf69f 100644 --- a/c++-libbu++/src/dictionary.h +++ b/c++-libbu++/src/dictionary.h | |||
@@ -54,7 +54,9 @@ namespace Gats | |||
54 | void insertDict( const Bu::String &sKey, Gats::Dictionary *pD ); | 54 | void insertDict( const Bu::String &sKey, Gats::Dictionary *pD ); |
55 | Gats::List *insertList( const Bu::String &sKey ); | 55 | Gats::List *insertList( const Bu::String &sKey ); |
56 | Gats::Dictionary *insertDict( const Bu::String &sKey ); | 56 | Gats::Dictionary *insertDict( const Bu::String &sKey ); |
57 | void insertNull( const Bu::String &sKey ); | ||
57 | 58 | ||
59 | bool isNull( const Bu::String &sKey ); | ||
58 | bool getBool( const Bu::String &sKey ); | 60 | bool getBool( const Bu::String &sKey ); |
59 | int64_t getInt( const Bu::String &sKey ); | 61 | int64_t getInt( const Bu::String &sKey ); |
60 | double getFloat( const Bu::String &sKey ); | 62 | double getFloat( const Bu::String &sKey ); |
@@ -62,6 +64,7 @@ namespace Gats | |||
62 | Gats::List *getList( const Bu::String &sKey ); | 64 | Gats::List *getList( const Bu::String &sKey ); |
63 | Gats::Dictionary *getDict( const Bu::String &sKey ); | 65 | Gats::Dictionary *getDict( const Bu::String &sKey ); |
64 | 66 | ||
67 | bool isNull( const Bu::String &sKey ) const; | ||
65 | bool getBool( const Bu::String &sKey ) const; | 68 | bool getBool( const Bu::String &sKey ) const; |
66 | int64_t getInt( const Bu::String &sKey ) const; | 69 | int64_t getInt( const Bu::String &sKey ) const; |
67 | double getFloat( const Bu::String &sKey ) const; | 70 | double getFloat( const Bu::String &sKey ) const; |