2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[2491] Added a function to add boolean data field to an array.

This commit is contained in:
Marcin Siodelski
2012-12-03 13:26:14 +01:00
parent 5c50504446
commit 6b59d1bc4f
3 changed files with 34 additions and 0 deletions

View File

@@ -93,6 +93,11 @@ public:
/// a buffer being created.
void addArrayDataField(const asiolink::IOAddress& address);
/// @brief Create new buffer and store boolean value in it.
///
/// @param value value to be stored in the created buffer.
void addArrayDataField(const bool value);
/// @brief Return a number of the data fields.
///
/// @return number of data fields held by the option.