#include <opend_hanfun_api_fp.h>
Public Types | |
| typedef HF::Core::BindManagement::Entry | Entry |
| typedef HF::Core::BindManagement::EntryPtr | EntryPtr |
Public Member Functions | |
| HF::Common::Result | save (const Entry &entry) |
| Save entry. More... | |
| HF::Common::Result | destroy (const Entry &entry) |
| Destroy entry. More... | |
| void | insert (Entry &entry) |
| Insert entry. More... | |
Bind management entries class.
| typedef HF::Core::BindManagement::Entry BindManagement::Entries::Entry |
| typedef HF::Core::BindManagement::EntryPtr BindManagement::Entries::EntryPtr |
| HF::Common::Result BindManagement::Entries::destroy | ( | const Entry & | entry | ) |
Destroy entry.
Destroy the bind management configuration in an entry.
| entry | Entry to destroy. |
| Result | of the operation. |
| void BindManagement::Entries::insert | ( | Entry & | entry | ) |
Insert entry.
Insert the bind management configuration entry.
| entry | Entry to insert. |
| HF::Common::Result BindManagement::Entries::save | ( | const Entry & | entry | ) |
Save entry.
Save the bind management configuration in an entry.
| entry | Entry to save. |
| Result | of the operation. |