Design Patterns
|
#include <btree.h>
Public Member Functions | |
BTree () | |
BTree (long size) | |
void | Set (Font *font, const int &index, const int &span) const |
Font * | Get (int index) const |
structural::flyweight::BTree::BTree | ( | ) |
|
explicit |
Font * structural::flyweight::BTree::Get | ( | int | index | ) | const |
void structural::flyweight::BTree::Set | ( | Font * | font, |
const int & | index, | ||
const int & | span | ||
) | const |