formatting
--HG-- extra : convert_revision : 0b041556222c3892ee72e4d56c8acdda72bfc303
This commit is contained in:
parent
060bb32f27
commit
1ee77fb23e
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ class Tick(CheckedInt): cppname = 'Tick'; size = 64; unsigned = True
|
||||||
class TcpPort(CheckedInt): cppname = 'uint16_t'; size = 16; unsigned = True
|
class TcpPort(CheckedInt): cppname = 'uint16_t'; size = 16; unsigned = True
|
||||||
class UdpPort(CheckedInt): cppname = 'uint16_t'; size = 16; unsigned = True
|
class UdpPort(CheckedInt): cppname = 'uint16_t'; size = 16; unsigned = True
|
||||||
|
|
||||||
class Percent(CheckedInt): cppname = 'int'; min = 0; max = 100
|
class Percent(CheckedInt): cppname = 'int'; min = 0; max = 100
|
||||||
|
|
||||||
class MemorySize(CheckedInt):
|
class MemorySize(CheckedInt):
|
||||||
cppname = 'uint64_t'
|
cppname = 'uint64_t'
|
||||||
|
|
Loading…
Reference in a new issue