This class is a pure virtual class, defining an interface for classes that can write their contents to a BZFILE pointer. More...
#include <DwmBZ2Writable.hh>

Public Member Functions | |
| virtual int | BZWrite (BZFILE *bzf) const =0 |
| Write to a BZFILE pointer. More... | |
This class is a pure virtual class, defining an interface for classes that can write their contents to a BZFILE pointer.
|
pure virtual |
Write to a BZFILE pointer.
Should return the number of bytes written on success (-1 on failure?)
Implemented in Dwm::Patricia< KeyType, ValueType, KeyEqual >, Dwm::Ipv4Routes< _valueT >, Dwm::Ipv4Address, Dwm::Ipv4Prefix, Dwm::Ipv4PacketHeader, Dwm::Ipv4TcpHeader, Dwm::Ipv4UdpHeader, Dwm::Ipv4TcpPayload, Dwm::TimeInterval, Dwm::Ipv4UdpPayload, Dwm::TimeValue, Dwm::TimeValue64, Dwm::Ipv4TcpPacket, Dwm::Ipv6Address, Dwm::Ipv4UdpPacket, Dwm::Ipv6Prefix, Dwm::MplsLabel, Dwm::Ipv4IcmpMessage, Dwm::MacAddress, and Dwm::MplsLabelStack.