Design Patterns
structural::flyweight::Font Class Reference

#include <font.h>

Collaboration diagram for structural::flyweight::Font:

Public Member Functions

 Font (const std::string &name)
 
std::string name () const
 

Friends

bool operator== (const Font &left_font, const Font &right_font)
 

Constructor & Destructor Documentation

structural::flyweight::Font::Font ( const std::string &  name)
explicit

Member Function Documentation

std::string structural::flyweight::Font::name ( ) const

Here is the caller graph for this function:

Friends And Related Function Documentation

bool operator== ( const Font left_font,
const Font right_font 
)
friend

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