summaryrefslogtreecommitdiff
path: root/vio/docs/CodingStyle
blob: 7231b369d18975f8cf3293bfd4aaccb4cc43c582 (plain)
1
2
3
4
5
6
7
8
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);