www.cemf.ir
dynamicLinkLibs.hpp
Go to the documentation of this file.
1 /*------------------------------- phasicFlow ---------------------------------
2  O C enter of
3  O O E ngineering and
4  O O M ultiscale modeling of
5  OOOOOOO F luid flow
6 ------------------------------------------------------------------------------
7  Copyright (C): www.cemf.ir
8  email: hamid.r.norouzi AT gmail.com
9 ------------------------------------------------------------------------------
10 Licence:
11  This file is part of phasicFlow code. It is a free software for simulating
12  granular and multiphase flows. You can redistribute it and/or modify it under
13  the terms of GNU General Public License v3 or any other later versions.
14 
15  phasicFlow is distributed to help others in their research in the field of
16  granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the
17  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 
19 -----------------------------------------------------------------------------*/
20 
21 #ifndef __dynamicLinkLibs_hpp__
22 #define __dynamicLinkLibs_hpp__
23 
24 
25 #include "hashMap.hpp"
26 #include "dictionary.hpp"
27 
28 namespace pFlow
29 {
30 
31 
33 {
34 protected:
35 
37 
38  void* open(word libName);
39 
40 public:
41 
42  dynamicLinkLibs(const dictionary &dict, word libList = "libs");
43 
45 
46 
47 
48 };
49 
50 
51 } // pFlow
52 
53 
54 #endif // __dynamicLinkLibs_hpp__
pFlow::dynamicLinkLibs::dynamicLinkLibs
dynamicLinkLibs(const dictionary &dict, word libList="libs")
Definition: dynamicLinkLibs.cpp:28
hashMap.hpp
pFlow::dynamicLinkLibs::libs_
wordHashMap< void * > libs_
Definition: dynamicLinkLibs.hpp:36
pFlow::hashMap
Definition: hashMap.hpp:36
pFlow::word
std::string word
Definition: builtinTypes.hpp:64
pFlow
Definition: demGeometry.hpp:27
pFlow::dynamicLinkLibs::open
void * open(word libName)
Definition: dynamicLinkLibs.cpp:69
dictionary.hpp
pFlow::dynamicLinkLibs
Definition: dynamicLinkLibs.hpp:32
pFlow::dynamicLinkLibs::~dynamicLinkLibs
~dynamicLinkLibs()
Definition: dynamicLinkLibs.cpp:58
pFlow::dictionary
Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...
Definition: dictionary.hpp:67