mariadb/vio/docs/CodingStyle
2000-11-29 05:10:03 +02:00

8 lines
240 B
Text

Roughly the same as "Linux Kernel Coding Style", which is
included in file LinuxKernelCodingStyle.
Some methods are meant to be used as set/get, for example, there
are:
virtual bool Vio::blocking();
virtual int Vio::blocking(bool block);