addOption(OptionPtr opt) | isc::dhcp::Option | |
check() const | isc::dhcp::Option | protected |
clone() const | isc::dhcp::Option4SlpServiceScope | virtual |
cloneInternal() const | isc::dhcp::Option | inlineprotected |
create(Universe u, uint16_t type) | isc::dhcp::Option | static |
create(Universe u, uint16_t type, const OptionBuffer &data) | isc::dhcp::Option | static |
data_ | isc::dhcp::Option | protected |
dataToText() const | isc::dhcp::Option4SlpServiceScope | |
delOption(uint16_t type) | isc::dhcp::Option | |
encapsulated_space_ | isc::dhcp::Option | protected |
equals(const OptionPtr &other) const | isc::dhcp::Option | |
equals(const Option &other) const | isc::dhcp::Option | virtual |
factory(Option::Universe u, uint16_t type, const OptionBuffer &buf) | isc::dhcp::Option | static |
factory(Option::Universe u, uint16_t type) | isc::dhcp::Option | inlinestatic |
Factory typedef | isc::dhcp::Option | |
getData() const | isc::dhcp::Option | inlinevirtual |
getEncapsulatedSpace() const | isc::dhcp::Option | inline |
getHeaderLen() const | isc::dhcp::Option | virtual |
getMandatoryFlag() const | isc::dhcp::Option4SlpServiceScope | inline |
getOption(uint16_t type) const | isc::dhcp::Option | |
getOptions() const | isc::dhcp::Option | inline |
getOptionsCopy(OptionCollection &options_copy) const | isc::dhcp::Option | |
getScopeList() const | isc::dhcp::Option4SlpServiceScope | inline |
getType() const | isc::dhcp::Option | inline |
getUint16() const | isc::dhcp::Option | |
getUint32() const | isc::dhcp::Option | |
getUint8() const | isc::dhcp::Option | |
getUniverse() const | isc::dhcp::Option | inline |
headerToText(const int indent=0, const std::string &type_name="") const | isc::dhcp::Option | protected |
len() const | isc::dhcp::Option4SlpServiceScope | virtual |
lenient_parsing_ | isc::dhcp::Option | static |
operator=(const Option &rhs) | isc::dhcp::Option | |
Option(Universe u, uint16_t type) | isc::dhcp::Option | |
Option(Universe u, uint16_t type, const OptionBuffer &data) | isc::dhcp::Option | |
Option(Universe u, uint16_t type, OptionBufferConstIter first, OptionBufferConstIter last) | isc::dhcp::Option | |
Option(const Option &source) | isc::dhcp::Option | |
OPTION4_HDR_LEN | isc::dhcp::Option | static |
Option4SlpServiceScope(const bool mandatory_flag, const std::string &scope_list) | isc::dhcp::Option4SlpServiceScope | |
Option4SlpServiceScope(OptionBufferConstIter begin, OptionBufferConstIter end) | isc::dhcp::Option4SlpServiceScope | |
OPTION6_HDR_LEN | isc::dhcp::Option | static |
options_ | isc::dhcp::Option | protected |
pack(isc::util::OutputBuffer &buf) const | isc::dhcp::Option4SlpServiceScope | virtual |
packHeader(isc::util::OutputBuffer &buf) const | isc::dhcp::Option | protected |
packOptions(isc::util::OutputBuffer &buf) const | isc::dhcp::Option | protected |
setData(InputIterator first, InputIterator last) | isc::dhcp::Option | inline |
setEncapsulatedSpace(const std::string &encapsulated_space) | isc::dhcp::Option | inline |
setMandatoryFlag(const bool mandatory_flag) | isc::dhcp::Option4SlpServiceScope | inline |
setScopeList(std::string &scope_list) | isc::dhcp::Option4SlpServiceScope | inline |
setUint16(uint16_t value) | isc::dhcp::Option | |
setUint32(uint32_t value) | isc::dhcp::Option | |
setUint8(uint8_t value) | isc::dhcp::Option | |
suboptionsToText(const int indent=0) const | isc::dhcp::Option | protected |
toBinary(const bool include_header=false) const | isc::dhcp::Option | virtual |
toHexString(const bool include_header=false) const | isc::dhcp::Option | virtual |
toString() const | isc::dhcp::Option | virtual |
toText(int indent=0) const | isc::dhcp::Option4SlpServiceScope | virtual |
type_ | isc::dhcp::Option | protected |
Universe enum name | isc::dhcp::Option | |
universe_ | isc::dhcp::Option | protected |
unpack(OptionBufferConstIter begin, OptionBufferConstIter end) | isc::dhcp::Option4SlpServiceScope | virtual |
unpackOptions(const OptionBuffer &buf) | isc::dhcp::Option | protected |
V4 enum value | isc::dhcp::Option | |
V6 enum value | isc::dhcp::Option | |
valid() const | isc::dhcp::Option | virtual |
~Option() | isc::dhcp::Option | virtual |