#include <estar/flexgrid.hpp>
#include <cstdio>
#include <iostream>
#include <sstream>
Include dependency graph for test_flexgrid.cpp:
Typedefs | |
typedef sdeque< int > | sd_t |
typedef flexgrid< int > | fg_t |
Functions | |
void | dump (sd_t const &sd) |
void | dump (fg_t const &fg) |
void | tsd () |
void | tfg1 () |
void | tfg2 () |
template<typename FGT, typename ITT> | |
void | tfg_it (FGT &bar) |
void | tfg_it_helper (fg_t &bar) |
int | main (int argc, char **argv) |
void dump | ( | fg_t const & | fg | ) |
void dump | ( | sd_t const & | sd | ) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void tfg1 | ( | ) |
void tfg2 | ( | ) |
void tfg_it | ( | FGT & | bar | ) |
void tfg_it_helper | ( | fg_t & | bar | ) |
void tsd | ( | ) |