styx2000.protomsg.verificators

Module for various 9P /Styx objects checks. For internal use only.

Members

Functions

hasValidFieldsCount
auto hasValidFieldsCount(Type type, StyxObject[] msg)

Message has right count of styx objects ?

hasValidFieldsTypes
auto hasValidFieldsTypes(StyxObject[] msg)

All fields in styx message has right (for concrete type of message) ?

hasValidFieldsTypes
auto hasValidFieldsTypes(Type type, StyxObject[] msg)

Message has right count of styx objects (for some message type)?

Meta

Authors

Oleg Bakharev, Ilya Pertsev