#include <list>
#include <vector>
#include <algorithm>
#include "BasicsAllocator.H"
Go to the source code of this file.
Typedefs | |
typedef list< char, Basics::Allocator< char > > | charList |
typedef vector< char, Basics::Allocator< char > > | charVector |
Functions | |
charList | listFromText (const Text &in) |
charVector | vectorFromText (const Text &in) |
int | main (void) |
|
Definition at line 42 of file TestAllocator.C. |
|
Definition at line 43 of file TestAllocator.C. |
|
Definition at line 48 of file TestAllocator.C. References Text::cchars(). Referenced by main(). |
|
Definition at line 68 of file TestAllocator.C. References Text::Length(), listFromText(), and vectorFromText(). |
|
Definition at line 57 of file TestAllocator.C. References Text::cchars(). Referenced by main(). |