#include <allocator.hh>
Public Member Functions | |
int | size () const |
Simply return the statcally known size. | |
SizeHolder (int) | |
Construct from an int and discard it. | |
SizeHolder () | |
Default constrution. |
Definition at line 434 of file allocator.hh.
TooN::Internal::SizeHolder< s >::SizeHolder | ( | ) | [inline] |
Default constrution.
Definition at line 437 of file allocator.hh.
TooN::Internal::SizeHolder< s >::SizeHolder | ( | int | ) | [inline] |
Construct from an int and discard it.
Definition at line 438 of file allocator.hh.
int TooN::Internal::SizeHolder< s >::size | ( | ) | const [inline] |
Simply return the statcally known size.
Definition at line 441 of file allocator.hh.