Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shevek_rostring(3) [debian man page]

shevek::rostring(3)					     Library Functions Manual					       shevek::rostring(3)

NAME
shevek::rostring - shevek::rostring is identical to shevek::ostring, but it uses std::string instead of Glib::ustring. SYNOPSIS
#include <iostring.hh> Public Member Functions operator std::string () const Use the result as a string. std::string operator+ (std::string const &that) const Use the result as a string. rostring (std::string const &fmt) Create a string with a constant format. template<typename T1 > rostring (std::string const &fmt, T1 const &a1) Create a string with one argument. template<typename T1 , typename T2 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2) Create a string with two arguments. template<typename T1 , typename T2 , typename T3 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3) Create a string with three arguments. template<typename T1 , typename T2 , typename T3 , typename T4 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4) Create a string with four arguments. template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5) Create a string with five arguments. template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6) Create a string with six arguments. template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6, T7 const &a7) Create a string with seven arguments. template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6, T7 const &a7, T8 const &a8) Create a string with eight arguments. template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9 > rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6, T7 const &a7, T8 const &a8, T9 const &a9) Create a string with nine arguments. Friends std::ostream & operator<< (std::ostream &s, rostring const &o) Send the result to an ostream. Detailed Description shevek::rostring is identical to shevek::ostring, but it uses std::string instead of Glib::ustring. Author Generated automatically by Doxygen for libshevek from the source code. libshevek Fri May 11 2012 shevek::rostring(3)

Check Out this Related Man Page

__gnu_cxx::array_allocator< typename, typename >(3)	     Library Functions Manual	       __gnu_cxx::array_allocator< typename, typename >(3)

NAME
__gnu_cxx::array_allocator< typename, typename > - SYNOPSIS
Inherits __gnu_cxx::array_allocator_base< _Tp >. Public Types typedef _Array array_type typedef const _Tp * const_pointer typedef const _Tp & const_reference typedef ptrdiff_t difference_type typedef _Tp * pointer typedef std::true_type propagate_on_container_move_assignment typedef _Tp & reference typedef size_t size_type typedef _Tp value_type Public Member Functions array_allocator (array_type *__array=0) noexcept array_allocator (const array_allocator &__o) noexcept template<typename _Tp1 , typename _Array1 > noexcept _M_used (size_type()) pointer address (reference __x) const noexcept const_pointer address (const_reference __x) const noexcept pointer allocate (size_type __n, const void *=0) template<typename _Up , typename... _Args> void construct (_Up *__p, _Args &&...__args) void deallocate (pointer, size_type) template<typename _Up > void destroy (_Up *__p) size_type max_size () const noexcept Public Attributes template<typename _Tp1 , typename _Array1 > noexcept __pad0__: _M_array(0) Detailed Description template<typename, typename>class __gnu_cxx::array_allocator< typename, typename > An allocator that uses previously allocated memory. This memory can be externally, globally, or otherwise allocated. Definition at line 60 of file ext/alloc_traits.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 __gnu_cxx::array_allocator< typename, typename >(3)
Man Page