Lines Matching defs:output
898 /// @param escaped This is an output parameter. It's set to true by
1073 /// @param c output parameter. This is set by this function to the
1207 /// @param name the name of the function. This is an output
1267 /// @param expr this is an output parameter that is set with the
1830 /// Serialize an ini property to an output stream.
1832 /// @param prop the property to serialize to the output stream.
1834 /// @param out the output stream to serialize to.
1848 /// Serialize an ini section to an output stream.
1852 /// @param out the output stream to serialize the section to.
1871 /// an output stream.
1877 /// @param out the output stream.
1879 /// @return true if the output stream is left in a non-erratic state.
1899 /// @param out the output stream.
1901 /// @return true if the output stream is left in a non-erratic state.
1918 /// Serialize an instance of @ref config to an output stream.
1922 /// @param output the output stream to serialize @p conf to.
1927 std::ostream& output)
1929 if (!write_sections(conf.get_sections(), output))
2011 /// output parameter that is set iff this function returns true.
2029 /// output parameter that is set iff this function returns true.