author | Francesco Abbate <francesco.bbt@gmail.com> | 2013年01月30日 18:16:12 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2013年02月03日 22:30:35 +0100 |
commit | a366fbb4d0ede381163976dc46d39ab4a1e9fdba (patch) | |
tree | 95e1e5beb1e77bb31fc6c1a843409081c10bae45 /agg-plot/utils.h | |
parent | 44b1bffb2220da2220aee2588143e11026e10083 (diff) | |
download | gsl-shell-a366fbb4d0ede381163976dc46d39ab4a1e9fdba.tar.gz |
-rw-r--r-- | agg-plot/utils.h | 4 |
diff --git a/agg-plot/utils.h b/agg-plot/utils.h index d1274d32..1e66be31 100644 --- a/agg-plot/utils.h +++ b/agg-plot/utils.h @@ -40,6 +40,10 @@ public: return m_list[k]; } + T* at(unsigned k) const { + return m_list[k]; + } + unsigned size() const { return m_list.size(); } |