Bridges-C++  3.1.1
Bridges(C++API)
Public Member Functions | List of all members
bridges::dataset::Shakespeare Class Reference

#include <Shakespeare.h>

Detailed Description

A Shakespeare book object, used along with the Shakespeare books data source.

This is a convenience class provided for users who wish to use this data source as part of their application. It provides an API that makes it easy to access the attributes of this data set.

Refer to tutorial examples to using this data source in data structure assignments.

Author
Kalpathi Subramanian
Date
1/16/17

Public Member Functions

 Shakespeare ()
 
 Shakespeare (const string &title, const string &type, const string &text)
 
string getTitle () const
 
void setTitle (const string &title)
 
string getType () const
 
void setType (const string &type)
 
string getText () const
 
void setText (const string &text)
 

Constructor & Destructor Documentation

◆ Shakespeare() [1/2]

bridges::dataset::Shakespeare::Shakespeare ( )
inline

◆ Shakespeare() [2/2]

bridges::dataset::Shakespeare::Shakespeare ( const string &  title,
const string &  type,
const string &  text 
)
inline

Member Function Documentation

◆ getText()

string bridges::dataset::Shakespeare::getText ( ) const
inline

◆ getTitle()

string bridges::dataset::Shakespeare::getTitle ( ) const
inline

◆ getType()

string bridges::dataset::Shakespeare::getType ( ) const
inline

◆ setText()

void bridges::dataset::Shakespeare::setText ( const string &  text)
inline

◆ setTitle()

void bridges::dataset::Shakespeare::setTitle ( const string &  title)
inline

◆ setType()

void bridges::dataset::Shakespeare::setType ( const string &  type)
inline

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