Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFC_Window_base_IO.C File Reference
#include "RFC_Window_base.h"
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <cassert>
#include <sstream>
#include <cstring>
Include dependency graph for RFC_Window_base_IO.C:

Go to the source code of this file.

Classes

class  Pane_friend
 

Functions

void Rocin_load_module (const char *)
 Load the module Rocin into Roccom using the given module name. More...
 
void Rocin_unload_module (const char *)
 Unload the module Rocin from Roccom. More...
 
void Rocout_load_module (const char *)
 Load the module Rocout into Roccom using the given module name. More...
 
void Rocout_unload_module (const char *)
 Unload the module Rocout from Roccom. More...
 

Function Documentation

void Rocin_load_module ( const char *  name)

Load the module Rocin into Roccom using the given module name.

This module provides three subroutines: "read_windows", "read_by_control_file", and "obtain_attribute".

Definition at line 3063 of file Rocin.C.

3064 { Rocin::init( std::string(name)); }
static void init(const std::string &mname)
Initialize the module by registering it to Roccom with the given module name.
Definition: Rocin.C:2351
void Rocin_unload_module ( const char *  )

Unload the module Rocin from Roccom.

Definition at line 3066 of file Rocin.C.

3067 { Rocin::finalize( std::string(name)); }
static void finalize(const std::string &mname)
Finalize the module by deregistering it from Roccom.
Definition: Rocin.C:2417
void Rocout_load_module ( const char *  name)

Load the module Rocout into Roccom using the given module name.

This module provides one subroutine: "write_attribute".

Definition at line 934 of file Rocout.C.

References Rocout::init().

935 { Rocout::init( std::string(name)); }
static void init(const std::string &mname)
Initialize the module by registering it to Roccom with the given module name.
Definition: Rocout.C:139

Here is the call graph for this function:

void Rocout_unload_module ( const char *  )

Unload the module Rocout from Roccom.

Definition at line 937 of file Rocout.C.

References Rocout::finalize().

938 { Rocout::finalize( std::string(name)); }
static void finalize(const std::string &mname)
Finalize the module by deregistering it from Roccom.
Definition: Rocout.C:213

Here is the call graph for this function: