DSQSS
1.1
|
#include <array.h>
Public メソッド | |
void | init (const int d, const int *l, const string &LBL0="") |
IndexSystem () | |
IndexSystem (const int d, const int *l, const string &LBL0="") | |
IndexSystem | operator= (IndexSystem &I) |
IndexSystem (IndexSystem &I) | |
~IndexSystem () | |
bool | initialized () const |
int | coord (const int ist, const int d) |
void | coord (const int ist, int *x) |
int | dimension () |
int | size () |
int | size (int i) |
int | operator() (const int *x) |
int | operator() (const int M, va_list &ap) |
int | operator() (const int M,...) |
void | dump () const |
Private 変数 | |
bool | INI |
string | LBL |
int | D |
int * | L |
int | N |
IndexSystem | ( | ) | [inline] |
IndexSystem | ( | const int | d, |
const int * | l, | ||
const string & | LBL0 = "" |
||
) | [inline] |
IndexSystem | ( | IndexSystem & | I | ) | [inline] |
~IndexSystem | ( | ) | [inline] |
bool initialized | ( | ) | const [inline] |
IndexSystem operator= | ( | IndexSystem & | I | ) | [inline] |