class boolean

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

boolean holds a true or false value.

boolean defaults to false.

Public Methods

void boolean ()

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

void boolean (bool i)

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

bool operator bool ()

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

boolean & operator= (bool i)

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