OpenMPI  0.1.1
mca_base_param_internal.h File Reference

This is the private declarations for the MCA parameter system. More...

#include "opal_config.h"
#include "opal/class/opal_object.h"
#include "opal/class/opal_list.h"
#include "opal/mca/base/mca_base_param.h"

Go to the source code of this file.

Data Structures

union  mca_base_param_storage_t
 
struct  mca_base_param_t
 
struct  mca_base_param_file_value_t
 

Typedefs

typedef struct mca_base_param_t mca_base_param_t
 
typedef struct
mca_base_param_file_value_t 
mca_base_param_file_value_t
 

Functions

OPAL_DECLSPEC OBJ_CLASS_DECLARATION (mca_base_param_t)
 
OPAL_DECLSPEC OBJ_CLASS_DECLARATION (mca_base_param_file_value_t)
 Object declaration for mca_base_param_file_value_t.
 
OPAL_DECLSPEC int mca_base_parse_paramfile (const char *paramfile)
 

Variables

OPAL_DECLSPEC opal_list_t mca_base_param_file_values
 

Detailed Description

This is the private declarations for the MCA parameter system.

This file is internal to the MCA parameter system and should not need to be used by any other elements in Open MPI except the special case of the ompi_info command.

All the rest of the doxygen documentation in this file is marked as "internal" and won't show up unless you specifically tell doxygen to generate internal documentation (by default, it is skipped).