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

Definition

Contains xtd::println 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

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