xrpld
Loading...
Searching...
No Matches
beast::unit_test::Suite::LogBuf< CharT, Traits, Allocator > Class Template Reference
Inheritance diagram for beast::unit_test::Suite::LogBuf< CharT, Traits, Allocator >:
Collaboration diagram for beast::unit_test::Suite::LogBuf< CharT, Traits, Allocator >:

Public Member Functions

 LogBuf (Suite &self)
 ~LogBuf () override
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::LogBuf< CharT, Traits, Allocator >

Definition at line 68 of file suite.h.

Constructor & Destructor Documentation

◆ LogBuf()

template<class CharT, class Traits, class Allocator>
beast::unit_test::Suite::LogBuf< CharT, Traits, Allocator >::LogBuf ( Suite & self)
explicit

Definition at line 73 of file suite.h.

◆ ~LogBuf()

template<class CharT, class Traits, class Allocator>
beast::unit_test::Suite::LogBuf< CharT, Traits, Allocator >::~LogBuf ( )
override

Definition at line 77 of file suite.h.

Member Function Documentation

◆ sync()

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

Definition at line 83 of file suite.h.

Member Data Documentation

◆ suite_

template<class CharT, class Traits, class Allocator>
Suite& beast::unit_test::Suite::LogBuf< CharT, Traits, Allocator >::suite_
private

Definition at line 70 of file suite.h.