#include <lnopt_main.h>
Public Member Functions | |
| BOOL | Auto_Parallelized () |
| REGION_INFO () | |
| REGION_INFO (BOOL auto_parallelized) | |
| ~REGION_INFO () | |
| void | Print (FILE *fp) |
Private Attributes | |
| mBOOL | _auto_parallelized |
Definition at line 1050 of file lnopt_main.h.
| REGION_INFO::REGION_INFO | ( | ) | [inline] |
| REGION_INFO::REGION_INFO | ( | BOOL | auto_parallelized | ) | [inline] |
Definition at line 1056 of file lnopt_main.h.
| REGION_INFO::~REGION_INFO | ( | ) | [inline] |
Definition at line 1057 of file lnopt_main.h.
| BOOL REGION_INFO::Auto_Parallelized | ( | ) | [inline] |
Definition at line 1054 of file lnopt_main.h.
References _auto_parallelized.
Referenced by Mp_Version_Parallel_Region().
Definition at line 1875 of file lnopt_main.cxx.
References _auto_parallelized, fprintf(), and NULL.
Referenced by LNO_Print_One_Access().
mBOOL REGION_INFO::_auto_parallelized [private] |
Definition at line 1052 of file lnopt_main.h.
Referenced by Auto_Parallelized(), Print(), and REGION_INFO().
1.5.6