Constructors
Synopses
Declared in <bslfmt_mockformatcontext.h>
Create an object having the specified arg_0 as an argument.
template<class t_ARG0>
MockFormatContext(t_ARG0 const& arg_0);
Create an object having the specified arg_0 and arg_1 as arguments.
template<
class t_ARG0,
class t_ARG1>
MockFormatContext(
t_ARG0 const& arg_0,
t_ARG1 const& arg_1);
Create an object having the specified arg_0, arg_1 and arg_2 as arguments.
template<
class t_ARG0,
class t_ARG1,
class t_ARG2>
MockFormatContext(
t_ARG0 const& arg_0,
t_ARG1 const& arg_1,
t_ARG2 const& arg_2);
Create an object having the specified arg_0, arg_1, arg_2 and arg_3 as arguments.
template<
class t_ARG0,
class t_ARG1,
class t_ARG2,
class t_ARG3>
MockFormatContext(
t_ARG0 const& arg_0,
t_ARG1 const& arg_1,
t_ARG2 const& arg_2,
t_ARG3 const& arg_3);
Created with MrDocs