Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::Argument Class Reference

#include <Named.h>

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

◆ Argument() [1/2]

Rcpp::Argument::Argument ( )
inline

Definition at line 29 of file Named.h.

References name.

◆ Argument() [2/2]

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

Definition at line 30 of file Named.h.

References name.

Member Function Documentation

◆ operator=()

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

◆ name

std::string Rcpp::Argument::name

Definition at line 37 of file Named.h.

Referenced by Argument(), Argument(), and operator=().


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