cpp-mate  0.7
Helpful library for C++.
CppMate::Forge::Info Class Reference

Represents information about provider. More...

#include <Forge.hpp>

Public Member Functions

 Info (const std::string &name)
 Constructor. More...
 
virtual ~Info ()=default
 
virtual std::string getName () const
 Returns name of provider. More...
 

Protected Attributes

std::string _name
 Name field. More...
 

Detailed Description

Represents information about provider.

Constructor & Destructor Documentation

◆ Info()

CppMate::Forge::Info::Info ( const std::string &  name)
inlineexplicit

Constructor.

Parameters
namethe name of provider.

◆ ~Info()

virtual CppMate::Forge::Info::~Info ( )
virtualdefault

Destructor.

Member Function Documentation

◆ getName()

virtual std::string CppMate::Forge::Info::getName ( ) const
inlinevirtual

Returns name of provider.

Returns
name of provider.

Member Data Documentation

◆ _name

std::string CppMate::Forge::Info::_name
protected

Name field.


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