PandoraBotIRC  1.0.0
An irc bot that acts as a Pandora chatter bot
pbirc::cb::ChatterBot Class Referenceabstract

Abstract base class representing a chatterbot. More...

#include <ChatterBot.hpp>

Inheritance diagram for pbirc::cb::ChatterBot:
pbirc::cb::PandoraBot

Public Member Functions

 ChatterBot ()=default
 
virtual ~ChatterBot ()=default
 
virtual std::string think (std::string const &msg)=0
 

Detailed Description

Abstract base class representing a chatterbot.

Constructor & Destructor Documentation

pbirc::cb::ChatterBot::ChatterBot ( )
default
virtual pbirc::cb::ChatterBot::~ChatterBot ( )
virtualdefault

Member Function Documentation

virtual std::string pbirc::cb::ChatterBot::think ( std::string const &  msg)
pure virtual

Implemented in pbirc::cb::PandoraBot.


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