Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
vformat Namespace Reference

Namespaces

namespace  detail

Functions

std::string vformat (const char *fmt, va_list ap)
std::string format (const char *fmt,...)
int vfprintf (std::ostream &os, const char *fmt, va_list ap)
int fprintf (std::ostream &os, const char *fmt,...)
int printf (const char *fmt,...)
std::string str_format_v (const char *fmt, const std::vector< Phasor::Value > &args)

Function Documentation

◆ format()

std::string vformat::format ( const char * fmt,
... )
inline

Definition at line 384 of file vformat.hpp.

Here is the call graph for this function:

◆ fprintf()

int vformat::fprintf ( std::ostream & os,
const char * fmt,
... )
inline

Definition at line 401 of file vformat.hpp.

Here is the call graph for this function:

◆ printf()

int vformat::printf ( const char * fmt,
... )
inline

Definition at line 410 of file vformat.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ str_format_v()

std::string vformat::str_format_v ( const char * fmt,
const std::vector< Phasor::Value > & args )
inline

Definition at line 419 of file vformat.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ vformat()

std::string vformat::vformat ( const char * fmt,
va_list ap )
inline

Definition at line 379 of file vformat.hpp.

Here is the call graph for this function:

◆ vfprintf()

int vformat::vfprintf ( std::ostream & os,
const char * fmt,
va_list ap )
inline

Definition at line 393 of file vformat.hpp.

Here is the call graph for this function:
Here is the caller graph for this function: