xtd 0.2.0
print.hpp File Reference
#include "internal/__print.hpp"
#include "string.hpp"

Definition

Contains xtd::print methods.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Functions

template<class arg_t >
void xtd::print (FILE *file, arg_t &&value)
 Writes the text representation of the specified value to the file output stream.
 
template<class ... args_t>
void xtd::print (FILE *file, const xtd::string &fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the file output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (FILE *file, const char *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the file output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (FILE *file, const char8_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the file output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (FILE *file, const char16_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the file output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (FILE *file, const char32_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the file output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (FILE *file, const wchar_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the file output stream using the specified format information.
 
template<class arg_t >
void xtd::print (std::ostream &os, arg_t &&value)
 Writes the text representation of the specified value to the output stream.
 
template<class ... args_t>
void xtd::print (std::ostream &os, const xtd::string &fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (std::ostream &os, const char *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (std::ostream &os, const char8_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (std::ostream &os, const char16_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (std::ostream &os, const char32_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (std::ostream &os, const wchar_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the output stream using the specified format information.
 
template<class arg_t >
void xtd::print (arg_t &&value)
 Writes the text representation of the specified value to the standard output stream.
 
template<class ... args_t>
void xtd::print (const xtd::string &fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (const char *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (const char8_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (const char16_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (const char32_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.
 
template<class ... args_t>
void xtd::print (const wchar_t *fmt, args_t &&... values)
 Writes the text representation of the specified list of values to the standard output stream using the specified format information.