#include <attribute.h>
Inheritance diagram for openikev2::Attribute:

Public Member Functions | |
| virtual auto_ptr< Attribute > | cloneAttribute () const=0 |
| Clones the Attribute. | |
| virtual string | toStringTab (uint8_t tabs) const =0 |
| Construct a textual representation of the object, preceded of a num of tabs of size TAB_SIZE. | |
| virtual auto_ptr<Attribute> openikev2::Attribute::cloneAttribute | ( | ) | const [pure virtual] |
| virtual string openikev2::Attribute::toStringTab | ( | uint8_t | tabs | ) | const [pure virtual] |
Construct a textual representation of the object, preceded of a num of tabs of size TAB_SIZE.
| tabs | Num of tabs preceding the textual representation. |
Implements openikev2::Printable.
Implemented in openikev2::IpAddress.
1.5.1