Documentation
Dlang.org
TestLogBuffer
glib
test_log_buffer
class
TestLogBuffer {
GTestLogBuffer
cInstance
;
this
(void* ptr, Flag!"Take" take);
void
*
cPtr
();
void
push
(ubyte[] bytes);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
cPtr
void
*
cPtr
()
push
void
push
(ubyte[] bytes)
Internal function for gtester to decode test log messages, no ABI guarantees provided.
glib
test_log_buffer
classes
TestLogBuffer