class integer

Defined at line 54 of file ../../third_party/github.com/google/cppdap/src/include/dap/types.h

integer holds a whole signed number.

integer defaults to 0.

Public Methods

void integer ()

Defined at line 56 of file ../../third_party/github.com/google/cppdap/src/include/dap/types.h

void integer (int64_t i)

Defined at line 57 of file ../../third_party/github.com/google/cppdap/src/include/dap/types.h

int64_t operator long ()

Defined at line 58 of file ../../third_party/github.com/google/cppdap/src/include/dap/types.h

integer & operator= (int64_t i)

Defined at line 59 of file ../../third_party/github.com/google/cppdap/src/include/dap/types.h

integer operator++ (int )

Defined at line 63 of file ../../third_party/github.com/google/cppdap/src/include/dap/types.h