Work in progress...
This commit is contained in:
parent
b10871cedc
commit
5a8f213c23
5 changed files with 139 additions and 519 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue