YARP
Yet Another Robot Platform
yarp::manager::Author Class Reference

#include <yarp/manager/module.h>

Public Member Functions

 Author ()
 
 Author (const char *name, const char *email)
 
 ~Author ()
 
void setName (const char *name)
 
void setEmail (const char *email)
 
const char * getName ()
 
const char * getEmail ()
 
bool operator== (const Author &alt) const
 

Detailed Description

Definition at line 24 of file module.h.

Constructor & Destructor Documentation

◆ Author() [1/2]

yarp::manager::Author::Author ( )
inline

Definition at line 26 of file module.h.

◆ Author() [2/2]

yarp::manager::Author::Author ( const char *  name,
const char *  email 
)
inline

Definition at line 27 of file module.h.

◆ ~Author()

yarp::manager::Author::~Author ( )
inline

Definition at line 31 of file module.h.

Member Function Documentation

◆ getEmail()

const char* yarp::manager::Author::getEmail ( )
inline

Definition at line 36 of file module.h.

◆ getName()

const char* yarp::manager::Author::getName ( )
inline

Definition at line 35 of file module.h.

◆ operator==()

bool yarp::manager::Author::operator== ( const Author alt) const
inline

Definition at line 38 of file module.h.

◆ setEmail()

void yarp::manager::Author::setEmail ( const char *  email)
inline

Definition at line 34 of file module.h.

◆ setName()

void yarp::manager::Author::setName ( const char *  name)
inline

Definition at line 33 of file module.h.


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