diff --git a/fayecpp.h b/fayecpp.h index 02ad73b..98db49c 100644 --- a/fayecpp.h +++ b/fayecpp.h @@ -1104,7 +1104,8 @@ namespace FayeCpp { } return false; } - + + /** @brief Construct list object @param nodeCreator Node creator callback, if no assigned will use default callback(create node with "new" operator). @@ -1353,6 +1354,7 @@ namespace FayeCpp { return Iterator(this->_castHead); } + /** @brief Check is map has no key-pairs. @return True if there is no key-pairs, othervice false.