foobar2000 SDK  2015-01-14
Namespaces | Functions
selftest.cpp File Reference

Go to the source code of this file.

Namespaces

 pfc
 

Functions

pfc::string_baseoperator<< (pfc::string_base &p_fmt, foo p_source)
 
void pfc::selftest ()
 

Function Documentation

pfc::string_base& operator<< ( pfc::string_base p_fmt,
foo  p_source 
)
inline

Definition at line 8 of file selftest.cpp.

8 {p_fmt.add_string_("FOO"); return p_fmt;}
void add_string_(const char *str)
Definition: string_base.h:39