HavoqGT
havoqgt Namespace Reference

Namespaces

 detail
 
 mpi
 
 test
 

Classes

class  communicator
 
class  db_create
 
class  db_open
 
class  distributed_db
 
class  environment
 Start 'new' environmet here. More...
 
class  old_environment
 
class  parallel_edge_list_reader
 
class  rmat_edge_generator
 
class  upper_triangle_edge_generator
 

Functions

old_environmentget_environment ()
 
environmenthavoqgt_env ()
 
void havoqgt_init (int *argc, char ***argv)
 
void havoqgt_finalize ()
 

Detailed Description

Function Documentation

old_environment& havoqgt::get_environment ( )
inline

Definition at line 128 of file environment.hpp.

128  {
129  static old_environment env;
130  return env;
131 }

Here is the caller graph for this function:

environment* havoqgt::havoqgt_env ( )
inline

Definition at line 242 of file environment.hpp.

242  {
243  return detail::priv_havoqgt_env();
244 }
environment *& priv_havoqgt_env()

Here is the call graph for this function:

Here is the caller graph for this function:

void havoqgt::havoqgt_finalize ( )
inline

Definition at line 251 of file environment.hpp.

251  {
252  delete detail::priv_havoqgt_env();
253 }
environment *& priv_havoqgt_env()

Here is the call graph for this function:

Here is the caller graph for this function:

void havoqgt::havoqgt_init ( int *  argc,
char ***  argv 
)
inline

Definition at line 247 of file environment.hpp.

247  {
248  detail::priv_havoqgt_env() = new environment(argc, argv);
249 }
environment *& priv_havoqgt_env()

Here is the call graph for this function:

Here is the caller graph for this function: