Pyrogenesis  trunk
Public Member Functions | Private Attributes | List of all members
fmt::ArgList Class Reference

An argument list. More...

#include <format.h>

Collaboration diagram for fmt::ArgList:
Collaboration graph
[legend]

Public Member Functions

 ArgList ()
 
 ArgList (const internal::Arg *args, std::size_t size)
 
std::size_t size () const
 Returns the list size (the number of arguments). More...
 
const internal::Argoperator[] (std::size_t index) const
 Returns the argument at specified index. More...
 

Private Attributes

const internal::Argargs_
 
std::size_t size_
 

Detailed Description

An argument list.

Constructor & Destructor Documentation

fmt::ArgList::ArgList ( )
inline
fmt::ArgList::ArgList ( const internal::Arg args,
std::size_t  size 
)
inline

Member Function Documentation

const internal::Arg& fmt::ArgList::operator[] ( std::size_t  index) const
inline

Returns the argument at specified index.

std::size_t fmt::ArgList::size ( ) const
inline

Returns the list size (the number of arguments).

Member Data Documentation

const internal::Arg* fmt::ArgList::args_
private
std::size_t fmt::ArgList::size_
private

The documentation for this class was generated from the following file: