Class Ip-Address-Type

Part of:

package cl-perec, class unsigned-byte-vector-type

Direct Superclass

unsigned-byte-vector-type

Slot

argsInitform:'(&rest types), Initargs::args; Accessors:args-of.
maximum-sizeInitargs::maximum-size; Accessors:maximum-size-of.
minimum-sizeInitargs::minimum-size; Accessors:minimum-size-of.
name
The name of the RDBMS table.
Initargs::name; Accessors:name-of; Type:symbol.
parserInitform:(lambda (&rest types) (make-instance 'and-type types types)), Initargs::parser; Accessors:parser-of; Allocation:class.
sizeInitargs::size; Accessors:size-of.
substituterInitform:(lambda (&rest types) `(and ,@types)), Initargs::substituter; Accessors:substituter-of; Allocation:class.