Work in progress...
This commit is contained in:
@@ -163,6 +163,15 @@ public:
|
||||
deserialize(b,startAt);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return True if there's something here
|
||||
*/
|
||||
inline operator bool() const
|
||||
throw()
|
||||
{
|
||||
return (_qualifiers.size() != 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Check for presence of all required fields common to all networks
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user