Work in progress...

This commit is contained in:
Adam Ierymenko 2013-10-18 12:01:48 -04:00
parent b10871cedc
commit 5a8f213c23
5 changed files with 139 additions and 519 deletions

View file

@ -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
*