Nasal Hash: add isNil wrapper
This commit is contained in:
parent
7db6651970
commit
999e499ce5
@ -130,4 +130,10 @@ namespace nasal
|
||||
return _keys;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool Hash::isNil() const
|
||||
{
|
||||
return naIsNil(_hash);
|
||||
}
|
||||
|
||||
} // namespace nasal
|
||||
|
@ -137,6 +137,8 @@ namespace nasal
|
||||
*/
|
||||
int size() const;
|
||||
|
||||
bool isNil() const;
|
||||
|
||||
/**
|
||||
* Get a list of all keys
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user