xo-object2: missed DDictionary.hpp update
This commit is contained in:
parent
7f3c7671b4
commit
d414d055b8
1 changed files with 9 additions and 0 deletions
|
|
@ -211,6 +211,15 @@ namespace xo {
|
||||||
void visit_gco_children(VisitReason reason, obj<AGCObjectVisitor> gc) noexcept;
|
void visit_gco_children(VisitReason reason, obj<AGCObjectVisitor> gc) noexcept;
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
|
private:
|
||||||
|
/** @defgroup ddictionary-impl-methods implementation methods **/
|
||||||
|
///@{
|
||||||
|
/** append {key, value} pair @p kv_pair to this dictionary
|
||||||
|
* Require: @p kv_pair.first not already present in @ref keys_
|
||||||
|
**/
|
||||||
|
bool _append_kv_aux(const pair_type & kv_pair);
|
||||||
|
///@}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/** @defgroup ddictionary-instance-variables instance variables **/
|
/** @defgroup ddictionary-instance-variables instance variables **/
|
||||||
///@{
|
///@{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue