1 #ifndef SUBNET_CALCULATOR_CLASS
2 #define SUBNET_CALCULATOR_CLASS
47 bool valid()
const {
return _valid; }
Provides a dynamically resizable ASCII character string.
Provides an easy way to determine the range of a subnet given the subnet mask and a sample IP address...
const basis::astring & low_end()
const basis::astring & high_end()
basis::astring convert(basis::un_int num_format)
const basis::astring & ip_address() const
const basis::astring & subnet_mask() const
subnet_calculator(const basis::astring &subnet_mask, const basis::astring &ip_address)
unsigned int un_int
Abbreviated name for unsigned integers.
Provides access to the operating system's socket methods.