KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
Variable.h File Reference

this file provide Variable class More...

#include <vector>
#include "kids/Shape.h"
Include dependency graph for Variable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PROJECT_NS::VARIABLE_BASE
 
class  PROJECT_NS::VARIABLE< T >
 

Namespaces

namespace  PROJECT_NS
 < http://warp.povusers.org/FunctionParser/fparser.html
 

Functions

std::string PROJECT_NS::_subreplace (std::string resource_str, std::string sub_str, std::string new_str)
 

Detailed Description

this file provide Variable class

Variable class defines variables used in the program. It contains type, shape, and doc_string information.

Author
Xin He
Date
2024-04
Version
1.0
revision:
Date Description
2024-04-01 initial version.

Definition in file Variable.h.