#include <limits>
#include <iomanip>
#include <string>
#include <sstream>
#include <cstdio>
#include "complete_digits.h"
#include "cppunit/cppunit_proxy.h"
Go to the source code of this file.
|
#define | CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) |
|
#define | CHECK(type, val, base, expected) CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected) |
|
#define | CHECK2(val, expected) |
|
◆ CHECK
#define CHECK |
( |
|
type, |
|
|
|
val, |
|
|
|
base, |
|
|
|
expected |
|
) |
| CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected) |
◆ CHECK2
Value:
_STLP_PRIV _Ios_Manip_1< streamsize > _STLP_CALL setprecision(int __n)
ios_base &_STLP_CALL showpos(ios_base &__s)
ios_base &_STLP_CALL fixed(ios_base &__s)
Definition at line 1230 of file num_put_get_test.cpp.
◆ CHECK_COMPLETE
Value:{ \
}
_STLP_PRIV _Ios_Manip_1< streamsize > _STLP_CALL setw(int __n)
ios_base &_STLP_CALL showbase(ios_base &__s)
GLuint GLuint GLsizei GLenum type
GLint GLint GLsizei width
Definition at line 614 of file num_put_get_test.cpp.
◆ CPPUNIT_TEST_SUITE_REGISTRATION()