rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
beast::unit_test::suite::log_os< CharT, Traits, Allocator > Class Template Reference
Inheritance diagram for beast::unit_test::suite::log_os< CharT, Traits, Allocator >:
Inheritance graph
[legend]
Collaboration diagram for beast::unit_test::suite::log_os< CharT, Traits, Allocator >:
Collaboration graph
[legend]

Public Member Functions

 log_os (suite &self)
 
bad (T... args)
 
clear (T... args)
 
copyfmt (T... args)
 
eof (T... args)
 
exceptions (T... args)
 
fail (T... args)
 
fill (T... args)
 
flags (T... args)
 
flush (T... args)
 
getloc (T... args)
 
good (T... args)
 
imbue (T... args)
 
init (T... args)
 
iword (T... args)
 
move (T... args)
 
narrow (T... args)
 
operator bool (T... args)
 
operator! (T... args)
 
operator<< (T... args)
 
precision (T... args)
 
put (T... args)
 
pword (T... args)
 
rdbuf (T... args)
 
rdstate (T... args)
 
register_callback (T... args)
 
seekp (T... args)
 
set_rdbuf (T... args)
 
setf (T... args)
 
setstate (T... args)
 
swap (T... args)
 
sync_with_stdio (T... args)
 
tellp (T... args)
 
tie (T... args)
 
unsetf (T... args)
 
widen (T... args)
 
width (T... args)
 
write (T... args)
 
xalloc (T... args)
 

Private Attributes

log_buf< CharT, Traits, Allocator > buf_
 

Detailed Description

template<class CharT, class Traits = std::char_traits<CharT>, class Allocator = std::allocator<CharT>>
class beast::unit_test::suite::log_os< CharT, Traits, Allocator >

Definition at line 99 of file suite.h.

Constructor & Destructor Documentation

◆ log_os()

template<class CharT , class Traits = std::char_traits<CharT>, class Allocator = std::allocator<CharT>>
beast::unit_test::suite::log_os< CharT, Traits, Allocator >::log_os ( suite self)
explicit

Definition at line 104 of file suite.h.

Member Data Documentation

◆ buf_

template<class CharT , class Traits = std::char_traits<CharT>, class Allocator = std::allocator<CharT>>
log_buf<CharT, Traits, Allocator> beast::unit_test::suite::log_os< CharT, Traits, Allocator >::buf_
private

Definition at line 101 of file suite.h.