DSQSS
1.1
|
#include <array.h>
Public メソッド | |
bool | isDefined () |
void | reset () |
void | init () |
void | init (const string &s, int d,...) |
void | init (int d,...) |
Array () | |
Array (const string &LBL0) | |
~Array () | |
void | set_all (C v) |
void | set_value (double *v) |
void | setLabel (const char *label) |
int | index (int i, int d) |
C & | operator() (const int M,...) |
C & | operator() (int *x) |
C & | operator[] (const int i) |
int | size () |
int | dimension () |
IndexSystem & | index_system () |
void | dump (char *fmt) |
Private メソッド | |
void | init (va_list &ap) |
Private 変数 | |
string | LBL |
int | D |
C * | val |
IndexSystem | ID |
IndexSystem & index_system | ( | ) |
IndexSystem ID [private] |