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

Public Member Functions

 log_buf (suite &self)
 
 ~log_buf ()
 
int sync () override
 
eback (T... args)
 
egptr (T... args)
 
epptr (T... args)
 
gbump (T... args)
 
getloc (T... args)
 
gptr (T... args)
 
imbue (T... args)
 
in_avail (T... args)
 
overflow (T... args)
 
pbackfail (T... args)
 
pbase (T... args)
 
pbump (T... args)
 
pptr (T... args)
 
pubimbue (T... args)
 
pubseekoff (T... args)
 
pubseekpos (T... args)
 
pubsetbuf (T... args)
 
pubsync (T... args)
 
sbumpc (T... args)
 
seekoff (T... args)
 
seekpos (T... args)
 
setbuf (T... args)
 
setg (T... args)
 
setp (T... args)
 
sgetc (T... args)
 
sgetn (T... args)
 
showmanyc (T... args)
 
snextc (T... args)
 
sputbackc (T... args)
 
sputc (T... args)
 
sputn (T... args)
 
str (T... args)
 
sungetc (T... args)
 
swap (T... args)
 
sync (T... args)
 
uflow (T... args)
 
underflow (T... args)
 
xsgetn (T... args)
 
xsputn (T... args)
 

Private Attributes

suitesuite_
 

Detailed Description

template<class CharT, class Traits, class Allocator>
class beast::unit_test::suite::log_buf< CharT, Traits, Allocator >

Definition at line 70 of file suite.h.

Constructor & Destructor Documentation

◆ log_buf()

template<class CharT , class Traits , class Allocator >
beast::unit_test::suite::log_buf< CharT, Traits, Allocator >::log_buf ( suite self)
explicit

Definition at line 75 of file suite.h.

◆ ~log_buf()

template<class CharT , class Traits , class Allocator >
beast::unit_test::suite::log_buf< CharT, Traits, Allocator >::~log_buf ( )

Definition at line 79 of file suite.h.

Member Function Documentation

◆ sync()

template<class CharT , class Traits , class Allocator >
int beast::unit_test::suite::log_buf< CharT, Traits, Allocator >::sync ( )
override

Definition at line 85 of file suite.h.

Member Data Documentation

◆ suite_

template<class CharT , class Traits , class Allocator >
suite& beast::unit_test::suite::log_buf< CharT, Traits, Allocator >::suite_
private

Definition at line 72 of file suite.h.