Rcpp Version 0.9.10
Rcpp::Argument Class Reference

#include <Named.h>

List of all members.

Public Member Functions

 Argument ()
 Argument (const std::string &name_)
template<typename T >
traits::named_object< T > operator= (const T &t)

Public Attributes

std::string name

Detailed Description

Definition at line 27 of file Named.h.


Constructor & Destructor Documentation

Rcpp::Argument::Argument ( ) [inline]

Definition at line 29 of file Named.h.

Rcpp::Argument::Argument ( const std::string &  name_) [inline]

Definition at line 30 of file Named.h.


Member Function Documentation

template<typename T >
traits::named_object<T> Rcpp::Argument::operator= ( const T &  t) [inline]

Definition at line 33 of file Named.h.

References name.


Member Data Documentation

std::string Rcpp::Argument::name

Definition at line 37 of file Named.h.

Referenced by operator=().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines