#include <tnlTypes.h>
Inheritance diagram for TNL::SignedInt< bitCount >:
When a SignedInt<X> is in the parameter list for an RPC method, that parameter will be transmitted using X bits.
Public Member Functions | |
SignedInt (S32 val=0) | |
operator S32 () const | |
U32 | getPrecisionBits () |
Data Fields | |
S32 | value |
|
|
|
|
|
|
|
|