Design Patterns
structural::flyweight::BTree Class Reference

#include <btree.h>

Collaboration diagram for structural::flyweight::BTree:

Public Member Functions

 BTree ()
 
 BTree (long size)
 
void Set (Font *font, const int &index, const int &span) const
 
FontGet (int index) const
 

Constructor & Destructor Documentation

structural::flyweight::BTree::BTree ( )
structural::flyweight::BTree::BTree ( long  size)
explicit

Member Function Documentation

Font * structural::flyweight::BTree::Get ( int  index) const

Here is the caller graph for this function:

void structural::flyweight::BTree::Set ( Font font,
const int &  index,
const int &  span 
) const

Here is the caller graph for this function:


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