Definition at line 35 of file fstream_test.cpp.
◆ buf()
Definition at line 344 of file fstream_test.cpp.
348 ss <<
"1234567\n89\n";
349 ss.seekg( 0, ios_base::beg );
GLenum GLuint GLenum GLsizei const GLchar * buf
double __cdecl trunc(double)
const GLuint GLenum const GLvoid * binary
#define CPPUNIT_ASSERT(X)
◆ CPPUNIT_TEST() [1/16]
FstreamTest::CPPUNIT_TEST |
( |
output |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/16]
FstreamTest::CPPUNIT_TEST |
( |
input |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [3/16]
◆ CPPUNIT_TEST() [4/16]
FstreamTest::CPPUNIT_TEST |
( |
io |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [5/16]
FstreamTest::CPPUNIT_TEST |
( |
err |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [6/16]
FstreamTest::CPPUNIT_TEST |
( |
tellg |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [7/16]
FstreamTest::CPPUNIT_TEST |
( |
tellp |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [8/16]
FstreamTest::CPPUNIT_TEST |
( |
seek |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [9/16]
FstreamTest::CPPUNIT_TEST |
( |
buf |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [10/16]
FstreamTest::CPPUNIT_TEST |
( |
rdbuf |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [11/16]
◆ CPPUNIT_TEST() [12/16]
◆ CPPUNIT_TEST() [13/16]
◆ CPPUNIT_TEST() [14/16]
◆ CPPUNIT_TEST() [15/16]
FstreamTest::CPPUNIT_TEST |
( |
offset |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [16/16]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
FstreamTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ custom_facet()
void FstreamTest::custom_facet |
( |
| ) |
|
|
protected |
Definition at line 677 of file fstream_test.cpp.
679 #if defined (DO_CUSTOM_FACET_TEST) 680 const char* fileName =
"test_file.txt";
684 ofstr <<
"0123456789";
692 my_ifstream ifstr(fileName);
695 # if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS) 705 # if !defined (STLPORT) || !defined (_STLP_NO_WCHAR_T)
static const locale &_STLP_CALL classic()
bool has_facet(const locale &__loc) _STLP_NOTHROW
basic_ofstream< char, char_traits< char > > ofstream
const GLuint GLenum const GLvoid * binary
#define CPPUNIT_ASSERT(X)
◆ err()
void FstreamTest::err |
( |
| ) |
|
|
protected |
Definition at line 190 of file fstream_test.cpp.
200 f.seekg( 0, ios_base::beg );
double __cdecl trunc(double)
#define CPPUNIT_ASSERT(X)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ input()
void FstreamTest::input |
( |
| ) |
|
|
protected |
Definition at line 105 of file fstream_test.cpp.
132 #if defined (STLPORT) && !defined (_STLP_USE_WIN32_IO)
basic_ifstream< char, char_traits< char > > ifstream
#define CPPUNIT_ASSERT(X)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ input_char()
void FstreamTest::input_char |
( |
| ) |
|
|
protected |
Definition at line 144 of file fstream_test.cpp.
146 char buf[16] = { 0,
'1',
'2',
'3' };
GLenum GLuint GLenum GLsizei const GLchar * buf
basic_ifstream< char, char_traits< char > > ifstream
#define CPPUNIT_ASSERT(X)
◆ io()
Definition at line 155 of file fstream_test.cpp.
161 f << 1 <<
'\n' << 2.0 <<
'\n' <<
"abcd\n" <<
"ghk lm\n" <<
"abcd ef";
164 f.seekg( 0, ios_base::beg );
double __cdecl trunc(double)
#define CPPUNIT_ASSERT(X)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ null_buf()
void FstreamTest::null_buf |
( |
| ) |
|
|
protected |
Definition at line 852 of file fstream_test.cpp.
878 for (
int i = 0;
i < 0x200; ++
i ) {
892 f.seekg( 0, ios_base::beg );
GLenum GLuint GLenum GLsizei const GLchar * buf
double __cdecl trunc(double)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ null_stream()
void FstreamTest::null_stream |
( |
| ) |
|
|
protected |
Definition at line 798 of file fstream_test.cpp.
800 # if (defined (STLPORT) && defined (_STLP_USE_WIN32_IO)) || \ 801 (!defined (STLPORT) && (defined (WIN32) || defined (_WIN32))) 802 const char* nullStreamName =
"NUL";
804 const char* nullStreamName =
"/dev/null";
807 ofstream nullStream(nullStreamName);
812 ofstream nullStream(nullStreamName, ios_base::ate);
822 ofstream nullStream(nullStreamName, ios_base::app);
827 ifstream nullStream(nullStreamName);
832 ifstream nullStream(nullStreamName, ios_base::ate);
837 fstream nullStream(nullStreamName);
double __cdecl trunc(double)
basic_ifstream< char, char_traits< char > > ifstream
basic_ofstream< char, char_traits< char > > ofstream
◆ offset()
void FstreamTest::offset |
( |
| ) |
|
|
protected |
Definition at line 905 of file fstream_test.cpp.
907 # if (defined(_LARGEFILE_SOURCE) || defined(_LARGEFILE64_SOURCE)) && !defined(_STLP_USE_DEFAULT_FILE_OFFSET)
◆ output()
void FstreamTest::output |
( |
| ) |
|
|
protected |
Definition at line 96 of file fstream_test.cpp.
100 f << 1 <<
'\n' << 2.0 <<
'\n' <<
"abcd\n" <<
"ghk lm\n" <<
"abcd ef";
basic_ofstream< char, char_traits< char > > ofstream
#define CPPUNIT_ASSERT(X)
◆ rdbuf()
void FstreamTest::rdbuf |
( |
| ) |
|
|
protected |
Definition at line 491 of file fstream_test.cpp.
495 ss <<
"1234567\n89\n";
496 ss.seekg( 0, ios_base::beg );
499 ss.get( *os.rdbuf(),
'\n' );
basic_ostringstream< char, char_traits< char >, allocator< char > > ostringstream
double __cdecl trunc(double)
const GLuint GLenum const GLvoid * binary
#define CPPUNIT_ASSERT(X)
◆ seek()
void FstreamTest::seek |
( |
| ) |
|
|
protected |
Definition at line 371 of file fstream_test.cpp.
383 char b1[] = {
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x' };
387 int chars_read = (
int)
s.rdbuf()->sgetn(
b1,
sizeof(
b1) );
393 char b2[10] = {
'y',
'y',
'y',
'y',
'y',
'y',
'y',
'y',
'y',
'y' };
409 char b1[] = {
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x',
'x' };
413 int chars_read = (
int)
s.rdbuf()->sgetn(
b1,
sizeof(
b1) );
424 char b2[10] = {
'y',
'y',
'y',
'y',
'y',
'y',
'y',
'y',
'y',
'y' };
434 #if !defined (STLPORT) || \ 435 (!defined (_STLP_NO_WCHAR_T) && defined (_STLP_USE_EXCEPTIONS)) 456 s <<
L"1234567890\n";
460 wchar_t b1[] = {
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x',
L'x' };
466 int chars_read = (
int)
s.rdbuf()->sgetn(
b1,
sizeof(
b1) /
sizeof(
wchar_t) );
476 off =
s.rdbuf()->pubseekoff(0, ios_base::beg);
479 wchar_t b2[10] = {
L'y',
L'y',
L'y',
L'y',
L'y',
L'y',
L'y',
L'y',
L'y',
L'y' };
static const locale &_STLP_CALL classic()
static CRYPT_DATA_BLOB b1[]
double __cdecl trunc(double)
char_traits< char > ::pos_type pos_type
const GLuint GLenum const GLvoid * binary
#define CPPUNIT_ASSERT(X)
static CRYPT_DATA_BLOB b2[]
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
◆ streambuf_output()
void FstreamTest::streambuf_output |
( |
| ) |
|
|
protected |
Definition at line 508 of file fstream_test.cpp.
515 ofstr <<
"01234567890123456789";
543 # if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS) basic_ostream< char, char_traits< char > > ostream
basic_ostringstream< char, char_traits< char >, allocator< char > > ostringstream
basic_ifstream< char, char_traits< char > > ifstream
basic_ofstream< char, char_traits< char > > ofstream
const GLuint GLenum const GLvoid * binary
#define CPPUNIT_ASSERT(X)
◆ tellg()
void FstreamTest::tellg |
( |
| ) |
|
|
protected |
Definition at line 210 of file fstream_test.cpp.
217 for (
int i = 0;
i < 50; ++
i) {
232 for (
int i = 0;
i < 50; ++
i) {
249 for (
int i = 0;
i < 50; ++
i) {
254 is.seekg(
p, ios_base::beg );
265 for (
int i = 0;
i < 50; ++
i) {
_STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::fmtflags __flag)
_STLP_PRIV _Setfill_Manip< _CharT > _STLP_CALL setfill(_CharT __c)
GLenum GLuint GLenum GLsizei const GLchar * buf
double __cdecl trunc(double)
basic_ifstream< char, char_traits< char > > ifstream
basic_ofstream< char, char_traits< char > > ofstream
const GLuint GLenum const GLvoid * binary
#define CPPUNIT_ASSERT(X)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
_STLP_PRIV _Ios_Manip_1< streamsize > _STLP_CALL setw(int __n)
◆ tellp()
void FstreamTest::tellp |
( |
| ) |
|
|
protected |
Definition at line 274 of file fstream_test.cpp.
310 long expected_pos = 0;
318 long expected_pos = 9;
326 long expected_pos = 0;
328 long expected_pos = 9;
_Traits::pos_type pos_type
basic_ofstream< char, char_traits< char > > ofstream
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
_Check_return_ _CRTIMP FILE *__cdecl fopen(_In_z_ const char *_Filename, _In_z_ const char *_Mode)
_Check_return_ _CRTIMP long __cdecl ftell(_Inout_ FILE *_File)
◆ win32_file_format()
void FstreamTest::win32_file_format |
( |
| ) |
|
|
protected |
Definition at line 573 of file fstream_test.cpp.
575 const char*
file_name =
"win32_file_format.tmp";
576 const size_t nb_lines = 2049;
581 for (
size_t i = 0;
i < nb_lines - 1; ++
i) {
590 string line, last_line;
591 size_t nb_read_lines = 0;
basic_ifstream< char, char_traits< char > > ifstream
basic_ofstream< char, char_traits< char > > ofstream
#define CPPUNIT_ASSERT(X)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ CPPUNIT_IGNORE
FstreamTest::CPPUNIT_IGNORE |
|
private |
The documentation for this class was generated from the following file: