pyEQL 1.4.0rc9__cp311-cp311-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyEQL/__init__.py +50 -0
- pyEQL/_phreeqc.cp311-win_amd64.pyd +0 -0
- pyEQL/activity_correction.py +879 -0
- pyEQL/database/geothermal.dat +5693 -0
- pyEQL/database/llnl.dat +19305 -0
- pyEQL/database/phreeqc_license.txt +54 -0
- pyEQL/database/pyeql_db.json +35607 -0
- pyEQL/engines.py +1153 -0
- pyEQL/equilibrium.py +227 -0
- pyEQL/functions.py +281 -0
- pyEQL/phreeqc/__init__.py +5 -0
- pyEQL/phreeqc/bindings.cpp +84 -0
- pyEQL/phreeqc/core.py +239 -0
- pyEQL/phreeqc/database/Amm.dat +1968 -0
- pyEQL/phreeqc/database/CMakeLists.txt +32 -0
- pyEQL/phreeqc/database/ColdChem.dat +267 -0
- pyEQL/phreeqc/database/Concrete_PHR.dat +158 -0
- pyEQL/phreeqc/database/Concrete_PZ.dat +195 -0
- pyEQL/phreeqc/database/Kinec.v2.dat +12039 -0
- pyEQL/phreeqc/database/Kinec_v3.dat +12159 -0
- pyEQL/phreeqc/database/Makefile.am +28 -0
- pyEQL/phreeqc/database/Makefile.in +530 -0
- pyEQL/phreeqc/database/PHREEQC_ThermoddemV1.10_15Dec2020.dat +12965 -0
- pyEQL/phreeqc/database/Tipping_Hurley.dat +4137 -0
- pyEQL/phreeqc/database/__init__.py +0 -0
- pyEQL/phreeqc/database/core10.dat +6824 -0
- pyEQL/phreeqc/database/frezchem.dat +634 -0
- pyEQL/phreeqc/database/iso.dat +7235 -0
- pyEQL/phreeqc/database/llnl.dat +19310 -0
- pyEQL/phreeqc/database/minteq.dat +5654 -0
- pyEQL/phreeqc/database/minteq.v4.dat +13212 -0
- pyEQL/phreeqc/database/phreeqc.dat +1972 -0
- pyEQL/phreeqc/database/phreeqc_rates.dat +3158 -0
- pyEQL/phreeqc/database/pitzer.dat +1044 -0
- pyEQL/phreeqc/database/sit.dat +14348 -0
- pyEQL/phreeqc/database/wateq4f.dat +4036 -0
- pyEQL/phreeqc/ext/README.md +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/CMakeLists.txt +476 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/INSTALL +302 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/IPhreeqc.rc +61 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/IPhreeqcConfig.cmake.in +4 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/Makefile.am +8 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/Makefile.in +816 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/aclocal.m4 +1217 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/ALL_BUILD.vcxproj +185 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/ALL_BUILD.vcxproj.filters +8 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/generate.stamp +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/generate.stamp.depend +79 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CTestTestfile.cmake +6 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Continuous.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Continuous.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/DartConfiguration.tcl +109 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Experimental.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Experimental.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/INSTALL.vcxproj +209 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/INSTALL.vcxproj.filters +13 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/CSelectedOutput.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Dictionary.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ExchComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Exchange.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/GasComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/GasPhase.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.lib.recipe +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CL.command.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CL.read.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CL.write.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Cl.items.tlog +82 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CustomBuild.command.1.tlog +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CustomBuild.read.1.tlog +78 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CustomBuild.write.1.tlog +2 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/IPhreeqc.lastbuildstate +2 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Lib-link.read.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Lib-link.write.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Lib.command.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqcLib.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc_interface_F.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ISolution.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ISolutionComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Keywords.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/KineticsComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/NameDouble.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/NumKeyword.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PBasic.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PHRQ_base.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PHRQ_io.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PHRQ_io_output.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PPassemblage.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PPassemblageComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Parser.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Phreeqc.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Pressure.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Reaction.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ReadClass.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SS.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SSassemblage.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SScomp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SelectedOutput.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Serializer.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Solution.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SolutionIsotope.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/StorageBin.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/StorageBinList.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Surface.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SurfaceCharge.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SurfaceComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/System.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Temperature.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Use.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/UserPunch.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Utils.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Var.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/advection.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/basicsubs.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cl1.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cvdense.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cvode.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cxxKinetics.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cxxMix.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/dense.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/dumper.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/gases.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/input.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/integrate.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/inverse.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/isotopes.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/kinetics.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/mainsubs.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/model.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/nvector.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/nvector_serial.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/parse.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/phqalloc.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/pitzer.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/pitzer_structures.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/prep.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/print.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/read.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/readtr.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/runner.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/sit.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/smalldense.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/spread.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/step.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/structures.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/sundialsmath.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/tally.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/tidy.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/transport.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/utilities.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.sln +116 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.vcxproj +443 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.vcxproj.filters +456 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Nightly.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Nightly.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/NightlyMemoryCheck.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/NightlyMemoryCheck.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Release/IPhreeqc.lib +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/cmake_install.cmake +40 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/ar-lib +270 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/compile +347 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/config.guess +1441 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/config.sub +1813 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/depcomp +791 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/install-sh +508 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/ltmain.sh +11156 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/missing +215 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/test-driver +148 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/configure +23867 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/configure.ac +136 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Amm.dat +1968 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/CMakeLists.txt +32 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/ColdChem.dat +267 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Concrete_PHR.dat +158 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Concrete_PZ.dat +195 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Kinec.v2.dat +12039 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Kinec_v3.dat +12159 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Makefile.am +28 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Makefile.in +530 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/PHREEQC_ThermoddemV1.10_15Dec2020.dat +12965 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Tipping_Hurley.dat +4137 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/core10.dat +6824 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/frezchem.dat +634 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/iso.dat +7235 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/llnl.dat +19310 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/minteq.dat +5654 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/minteq.v4.dat +13212 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/phreeqc.dat +1972 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/phreeqc_rates.dat +3158 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/pitzer.dat +1044 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/sit.dat +14348 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/wateq4f.dat +4036 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/CMakeLists.txt +35 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/IPhreeqc.pdf +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Makefile.am +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Makefile.in +545 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/NOTICE +51 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Phreeqc_2_1999_manual.pdf +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Phreeqc_3_2013_manual.pdf +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/README +428 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/RELEASE +7294 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8h.html +5096 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8h_source.html +389 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8hpp.html +83 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8hpp_source.html +478 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/Var_8h.html +318 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/Var_8h_source.html +200 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/bc_s.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/bdwn.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqc.html +2274 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqc.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqcStop.html +69 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqcStop.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/closed.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +68 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/doxygen.css +1440 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/doxygen.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/dynsections.js +97 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2blank.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2doc.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2folderclosed.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2folderopen.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2lastnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2link.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2mlastnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2mnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2node.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2plastnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2pnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2splitbar.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2vertline.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/index.html +58 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/jquery.js +31 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/nav_f.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/nav_g.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/nav_h.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/open.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/structVAR.html +143 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/sync_off.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/sync_on.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_a.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_b.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_h.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_s.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tabs.css +60 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/phreeqc3.chm +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/CMakeLists.txt +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/Makefile.am +88 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/Makefile.in +696 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/CMakeLists.txt +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/CMakeLists.txt +35 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/CMakeLists.txt.in +21 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/README.txt +44 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/advect.c +101 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/ic +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/phreeqc.dat +1579 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/CMakeLists.txt +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/README.txt +3 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/CMakeLists.txt +9 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/phreeqc.dat +1582 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/runphreeqc.xls +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/withcallback.xls +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/CMakeLists.txt +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/Gypsum.py +52 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/parallel_advect.py +465 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/phreeqc.dat +1582 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/pitzer.dat +790 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/wateq4f.dat +3846 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/CMakeLists.txt +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/CMakeLists.txt +35 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/CMakeLists.txt.in +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/README.txt +45 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/advect.cpp +110 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/ic +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/phreeqc.dat +1579 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/CMakeLists.txt +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/CMakeLists.txt +44 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/CMakeLists.txt.in +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/README.txt +45 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/advect.F90 +102 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/ic +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/phreeqc.dat +1579 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/CMakeLists.txt +26 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/CMakeLists.txt.in +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/README.txt +37 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/ex2 +26 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/main.cpp +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/phreeqc.dat +1837 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/post-install.cmake.in +7 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/CMakeLists.txt +185 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/FileTest.cpp +171 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/FileTest.h +34 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/Makefile.am +18 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/Makefile.in +466 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestCVar.cpp +9 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestIPhreeqc.cpp +4901 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestIPhreeqcLib.cpp +4644 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestSelectedOutput.cpp +669 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestVar.cpp +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/conv_fail.in +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/dump +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/iso.dat +7231 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/kinn20140218 +349 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/missing_e.dat +1556 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/multi_punch +105 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/multi_punch_no_set +102 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/phreeqc.dat.90a6449 +1935 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/phreeqc.dat.old +1556 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/libtool.m4 +8388 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/ltoptions.m4 +437 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/ltsugar.m4 +124 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/ltversion.m4 +23 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/lt~obsolete.m4 +99 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/resource.h +14 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/CSelectedOutput.cpp +401 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/CSelectedOutput.hxx +77 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/CVar.hxx +162 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Debug.h +12 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/ErrorReporter.hxx +70 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.cpp +1889 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.f.inc +91 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.f90.inc +603 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.h +2182 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.hpp +1027 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqcCallbacks.h +19 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqcF.f +653 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqcLib.cpp +1098 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc_interface.F90 +1283 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc_interface_F.cpp +535 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc_interface_F.h +162 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Makefile.am +210 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Makefile.in +1294 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/README.Fortran +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Var.c +84 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Var.h +152 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Version.h +36 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fimpl.h +282 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap.cpp +646 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap.h +163 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap1.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap2.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap3.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap4.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap5.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap6.cpp +25 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap7.cpp +25 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap8.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartHandler.cpp +225 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartHandler.h +59 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartObject.cpp +1382 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartObject.h +444 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/CurveObject.cpp +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/CurveObject.h +79 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Dictionary.cpp +41 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Dictionary.h +28 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ExchComp.cxx +398 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ExchComp.h +117 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Exchange.cxx +466 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Exchange.h +74 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Form1.h +1184 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Form1.resX +36 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasComp.cxx +265 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasComp.h +59 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasPhase.cxx +659 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasPhase.h +103 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolution.cxx +40 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolution.h +53 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolutionComp.cxx +202 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolutionComp.h +138 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/KineticsComp.cxx +318 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/KineticsComp.h +81 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NA.h +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NameDouble.cxx +537 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NameDouble.h +66 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NumKeyword.cxx +190 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NumKeyword.h +67 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PBasic.cpp +8350 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PBasic.h +572 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PHRQ_io_output.cpp +411 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblage.cxx +375 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblage.h +70 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblageComp.cxx +441 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblageComp.h +83 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Phreeqc.cpp +2087 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Phreeqc.h +2164 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PhreeqcKeywords/Keywords.cpp +242 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PhreeqcKeywords/Keywords.h +104 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Pressure.cxx +417 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Pressure.h +43 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Reaction.cxx +284 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Reaction.h +57 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ReadClass.cxx +1150 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SS.cxx +609 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SS.h +128 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SSassemblage.cxx +317 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SSassemblage.h +59 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SScomp.cxx +297 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SScomp.h +66 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SelectedOutput.cpp +115 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SelectedOutput.h +209 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Serializer.cxx +213 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Serializer.h +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Solution.cxx +1795 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Solution.h +154 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SolutionIsotope.cxx +333 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SolutionIsotope.h +85 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBin.cxx +1507 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBin.h +141 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBinList.cpp +358 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBinList.h +81 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Surface.cxx +837 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Surface.h +108 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceCharge.cxx +617 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceCharge.h +137 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceComp.cxx +509 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceComp.h +70 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/System.cxx +103 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/System.h +89 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Temperature.cxx +423 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Temperature.h +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Use.cpp +78 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Use.h +159 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/UserPunch.cpp +32 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/UserPunch.h +39 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ZedGraph.dll +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/advection.cpp +140 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/basicsubs.cpp +4333 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cl1.cpp +881 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_base.cxx +117 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_base.h +48 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_exports.h +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_io.cpp +914 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_io.h +207 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Parser.cxx +1331 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Parser.h +310 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Utils.cxx +263 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Utils.h +29 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/phrqtype.h +18 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvdense.cpp +566 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvdense.h +267 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvode.cpp +3939 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvode.h +940 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxKinetics.cxx +617 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxKinetics.h +78 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxMix.cxx +154 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxMix.h +58 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dense.cpp +175 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dense.h +341 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dumper.cpp +277 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dumper.h +60 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/gases.cpp +748 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/global_structures.h +1672 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/input.cpp +133 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/integrate.cpp +1219 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/inverse.cpp +5135 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/isotopes.cpp +1813 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/kinetics.cpp +3180 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/mainsubs.cpp +2320 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/model.cpp +5843 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector.cpp +272 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector.h +485 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector_serial.cpp +1032 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector_serial.h +369 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/parse.cpp +1044 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/phqalloc.cpp +316 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/phqalloc.h +47 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/pitzer.cpp +2709 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/pitzer_structures.cpp +225 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/prep.cpp +6267 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/print.cpp +3673 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/read.cpp +10245 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/readtr.cpp +1495 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/runner.cpp +158 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/runner.h +33 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sit.cpp +1684 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/smalldense.cpp +324 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/smalldense.h +261 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/spread.cpp +1309 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/step.cpp +1566 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/structures.cpp +3381 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sundialsmath.cpp +133 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sundialsmath.h +162 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sundialstypes.h +183 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/tally.cpp +1288 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/tidy.cpp +5600 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/transport.cpp +6403 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/utilities.cpp +1339 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/thread.h +64 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/CMakeLists.txt +133 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/Makefile.am +45 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/Makefile.in +1128 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/ex2.in +26 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/main.f90 +31 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/main77.f +6 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/main_fortran.cxx +8 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/phreeqc.dat.in +1556 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/test_c.c +148 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/test_cxx.cxx +152 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/test_f90.F90 +328 -0
- pyEQL/phreeqc/iphreeqc_wrapper.cpp +75 -0
- pyEQL/phreeqc/solution.py +74 -0
- pyEQL/phreeqc/var.py +50 -0
- pyEQL/presets/Ringers lactate.yaml +20 -0
- pyEQL/presets/__init__.py +17 -0
- pyEQL/presets/normal saline.yaml +17 -0
- pyEQL/presets/rainwater.yaml +17 -0
- pyEQL/presets/seawater.yaml +29 -0
- pyEQL/presets/urine.yaml +26 -0
- pyEQL/presets/wastewater.yaml +21 -0
- pyEQL/py.typed +0 -0
- pyEQL/salt_ion_match.py +112 -0
- pyEQL/solute.py +163 -0
- pyEQL/solution.py +2714 -0
- pyEQL/utils.py +237 -0
- pyeql-1.4.0rc9.dist-info/METADATA +130 -0
- pyeql-1.4.0rc9.dist-info/RECORD +519 -0
- pyeql-1.4.0rc9.dist-info/WHEEL +5 -0
- pyeql-1.4.0rc9.dist-info/licenses/AUTHORS.md +21 -0
- pyeql-1.4.0rc9.dist-info/licenses/LICENSE.txt +20 -0
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
6
|
+
<meta name="generator" content="Doxygen 1.8.8"/>
|
|
7
|
+
<title>IPhreeqc: Var.h File Reference</title>
|
|
8
|
+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
9
|
+
<script type="text/javascript" src="jquery.js"></script>
|
|
10
|
+
<script type="text/javascript" src="dynsections.js"></script>
|
|
11
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
15
|
+
<div id="titlearea">
|
|
16
|
+
<table cellspacing="0" cellpadding="0">
|
|
17
|
+
<tbody>
|
|
18
|
+
<tr style="height: 56px;">
|
|
19
|
+
<td style="padding-left: 0.5em;">
|
|
20
|
+
<div id="projectname">IPhreeqc
|
|
21
|
+
</div>
|
|
22
|
+
</td>
|
|
23
|
+
</tr>
|
|
24
|
+
</tbody>
|
|
25
|
+
</table>
|
|
26
|
+
</div>
|
|
27
|
+
<!-- end header part -->
|
|
28
|
+
<!-- Generated by Doxygen 1.8.8 -->
|
|
29
|
+
<div id="navrow1" class="tabs">
|
|
30
|
+
<ul class="tablist">
|
|
31
|
+
<li><a href="index.html"><span>Home</span></a></li>
|
|
32
|
+
<li><a href="IPhreeqc_8h.html"><span>C/Fortran Documentation</span></a></li>
|
|
33
|
+
<li><a href="IPhreeqc_8hpp.html"><span>C++ Documentation</span></a></li>
|
|
34
|
+
<li><a href="Var_8h.html"><span>IPhreeqc VARIANT Documentation</span></a></li>
|
|
35
|
+
</ul>
|
|
36
|
+
</div>
|
|
37
|
+
<div id="nav-path" class="navpath">
|
|
38
|
+
<ul>
|
|
39
|
+
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
|
|
40
|
+
</div>
|
|
41
|
+
</div><!-- top -->
|
|
42
|
+
<div class="header">
|
|
43
|
+
<div class="summary">
|
|
44
|
+
<a href="#nested-classes">Data Structures</a> |
|
|
45
|
+
<a href="#enum-members">Enumerations</a> |
|
|
46
|
+
<a href="#func-members">Functions</a> </div>
|
|
47
|
+
<div class="headertitle">
|
|
48
|
+
<div class="title">Var.h File Reference</div> </div>
|
|
49
|
+
</div><!--header-->
|
|
50
|
+
<div class="contents">
|
|
51
|
+
|
|
52
|
+
<p>IPhreeqc VARIANT Documentation
|
|
53
|
+
<a href="#details">More...</a></p>
|
|
54
|
+
<div class="textblock"><code>#include "PHRQ_exports.h"</code><br />
|
|
55
|
+
</div>
|
|
56
|
+
<p><a href="Var_8h_source.html">Go to the source code of this file.</a></p>
|
|
57
|
+
<table class="memberdecls">
|
|
58
|
+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
|
|
59
|
+
Data Structures</h2></td></tr>
|
|
60
|
+
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structVAR.html">VAR</a></td></tr>
|
|
61
|
+
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Datatype used to store SELECTED_OUTPUT values. <a href="structVAR.html#details">More...</a><br /></td></tr>
|
|
62
|
+
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
63
|
+
</table><table class="memberdecls">
|
|
64
|
+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
|
|
65
|
+
Enumerations</h2></td></tr>
|
|
66
|
+
<tr class="memitem:a815a9d7da02ab09239a410acc9f149a8"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">VAR_TYPE</a> { <br />
|
|
67
|
+
  <a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58">TT_EMPTY</a> = 0,
|
|
68
|
+
<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d">TT_ERROR</a> = 1,
|
|
69
|
+
<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753">TT_LONG</a> = 2,
|
|
70
|
+
<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3">TT_DOUBLE</a> = 3,
|
|
71
|
+
<br />
|
|
72
|
+
  <a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa">TT_STRING</a> = 4
|
|
73
|
+
<br />
|
|
74
|
+
}</td></tr>
|
|
75
|
+
<tr class="memdesc:a815a9d7da02ab09239a410acc9f149a8"><td class="mdescLeft"> </td><td class="mdescRight">Enumeration used to determine the type of data stored in a <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a>. <a href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">More...</a><br /></td></tr>
|
|
76
|
+
<tr class="separator:a815a9d7da02ab09239a410acc9f149a8"><td class="memSeparator" colspan="2"> </td></tr>
|
|
77
|
+
<tr class="memitem:abe1651cfc97cce44292d83b010652447"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> { <br />
|
|
78
|
+
  <a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9">VR_OK</a> = 0,
|
|
79
|
+
<a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447af01e4416150546a738409440064e3caf">VR_OUTOFMEMORY</a> = -1,
|
|
80
|
+
<a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ad4c8fcd3865de0a8c3f218743071f867">VR_BADVARTYPE</a> = -2,
|
|
81
|
+
<a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447aa468eb9d4cb64ae912c1dcf280bc8a47">VR_INVALIDARG</a> = -3,
|
|
82
|
+
<br />
|
|
83
|
+
  <a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447a8b735df707eadfb9fb4c1f99c842946b">VR_INVALIDROW</a> = -4,
|
|
84
|
+
<a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ae91a04a29239012cb0e5fbafa4009435">VR_INVALIDCOL</a> = -5
|
|
85
|
+
<br />
|
|
86
|
+
}</td></tr>
|
|
87
|
+
<tr class="memdesc:abe1651cfc97cce44292d83b010652447"><td class="mdescLeft"> </td><td class="mdescRight">Enumeration used to return error codes. <a href="Var_8h.html#abe1651cfc97cce44292d83b010652447">More...</a><br /></td></tr>
|
|
88
|
+
<tr class="separator:abe1651cfc97cce44292d83b010652447"><td class="memSeparator" colspan="2"> </td></tr>
|
|
89
|
+
</table><table class="memberdecls">
|
|
90
|
+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
|
|
91
|
+
Functions</h2></td></tr>
|
|
92
|
+
<tr class="memitem:a04e7151eeee1ea0166ee5f21b5716b8d"><td class="memItemLeft" align="right" valign="top">IPQ_DLL_EXPORT char * </td><td class="memItemRight" valign="bottom"><a class="el" href="Var_8h.html#a04e7151eeee1ea0166ee5f21b5716b8d">VarAllocString</a> (const char *pSrc)</td></tr>
|
|
93
|
+
<tr class="separator:a04e7151eeee1ea0166ee5f21b5716b8d"><td class="memSeparator" colspan="2"> </td></tr>
|
|
94
|
+
<tr class="memitem:a9efd35113ea673d1d8ccc35e925e24c3"><td class="memItemLeft" align="right" valign="top">IPQ_DLL_EXPORT <a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="Var_8h.html#a9efd35113ea673d1d8ccc35e925e24c3">VarClear</a> (<a class="el" href="structVAR.html">VAR</a> *pvar)</td></tr>
|
|
95
|
+
<tr class="separator:a9efd35113ea673d1d8ccc35e925e24c3"><td class="memSeparator" colspan="2"> </td></tr>
|
|
96
|
+
<tr class="memitem:a2373a05a5353ec14b724af9b8d9afd47"><td class="memItemLeft" align="right" valign="top">IPQ_DLL_EXPORT <a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="Var_8h.html#a2373a05a5353ec14b724af9b8d9afd47">VarCopy</a> (<a class="el" href="structVAR.html">VAR</a> *pvarDest, const <a class="el" href="structVAR.html">VAR</a> *pvarSrc)</td></tr>
|
|
97
|
+
<tr class="separator:a2373a05a5353ec14b724af9b8d9afd47"><td class="memSeparator" colspan="2"> </td></tr>
|
|
98
|
+
<tr class="memitem:acc4671afebca8e1a6de49036c77f8b38"><td class="memItemLeft" align="right" valign="top">IPQ_DLL_EXPORT void </td><td class="memItemRight" valign="bottom"><a class="el" href="Var_8h.html#acc4671afebca8e1a6de49036c77f8b38">VarFreeString</a> (char *pSrc)</td></tr>
|
|
99
|
+
<tr class="separator:acc4671afebca8e1a6de49036c77f8b38"><td class="memSeparator" colspan="2"> </td></tr>
|
|
100
|
+
<tr class="memitem:ab5c037cee2a568202c55755814a8dec1"><td class="memItemLeft" align="right" valign="top">IPQ_DLL_EXPORT void </td><td class="memItemRight" valign="bottom"><a class="el" href="Var_8h.html#ab5c037cee2a568202c55755814a8dec1">VarInit</a> (<a class="el" href="structVAR.html">VAR</a> *pvar)</td></tr>
|
|
101
|
+
<tr class="separator:ab5c037cee2a568202c55755814a8dec1"><td class="memSeparator" colspan="2"> </td></tr>
|
|
102
|
+
</table>
|
|
103
|
+
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
|
104
|
+
<div class="textblock"><p>IPhreeqc VARIANT Documentation </p>
|
|
105
|
+
</div><h2 class="groupheader">Enumeration Type Documentation</h2>
|
|
106
|
+
<a class="anchor" id="a815a9d7da02ab09239a410acc9f149a8"></a>
|
|
107
|
+
<div class="memitem">
|
|
108
|
+
<div class="memproto">
|
|
109
|
+
<table class="memname">
|
|
110
|
+
<tr>
|
|
111
|
+
<td class="memname">enum <a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">VAR_TYPE</a></td>
|
|
112
|
+
</tr>
|
|
113
|
+
</table>
|
|
114
|
+
</div><div class="memdoc">
|
|
115
|
+
|
|
116
|
+
<p>Enumeration used to determine the type of data stored in a <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a>. </p>
|
|
117
|
+
<table class="fieldtable">
|
|
118
|
+
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a class="anchor" id="a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58"></a>TT_EMPTY </td><td class="fielddoc">
|
|
119
|
+
<p><a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> contains no data </p>
|
|
120
|
+
</td></tr>
|
|
121
|
+
<tr><td class="fieldname"><a class="anchor" id="a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d"></a>TT_ERROR </td><td class="fielddoc">
|
|
122
|
+
<p>vresult is valid </p>
|
|
123
|
+
</td></tr>
|
|
124
|
+
<tr><td class="fieldname"><a class="anchor" id="a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753"></a>TT_LONG </td><td class="fielddoc">
|
|
125
|
+
<p>lVal is valid </p>
|
|
126
|
+
</td></tr>
|
|
127
|
+
<tr><td class="fieldname"><a class="anchor" id="a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3"></a>TT_DOUBLE </td><td class="fielddoc">
|
|
128
|
+
<p>dVal is valid </p>
|
|
129
|
+
</td></tr>
|
|
130
|
+
<tr><td class="fieldname"><a class="anchor" id="a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa"></a>TT_STRING </td><td class="fielddoc">
|
|
131
|
+
<p>sVal is valid </p>
|
|
132
|
+
</td></tr>
|
|
133
|
+
</table>
|
|
134
|
+
|
|
135
|
+
</div>
|
|
136
|
+
</div>
|
|
137
|
+
<a class="anchor" id="abe1651cfc97cce44292d83b010652447"></a>
|
|
138
|
+
<div class="memitem">
|
|
139
|
+
<div class="memproto">
|
|
140
|
+
<table class="memname">
|
|
141
|
+
<tr>
|
|
142
|
+
<td class="memname">enum <a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a></td>
|
|
143
|
+
</tr>
|
|
144
|
+
</table>
|
|
145
|
+
</div><div class="memdoc">
|
|
146
|
+
|
|
147
|
+
<p>Enumeration used to return error codes. </p>
|
|
148
|
+
<table class="fieldtable">
|
|
149
|
+
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a class="anchor" id="abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9"></a>VR_OK </td><td class="fielddoc">
|
|
150
|
+
<p>Success </p>
|
|
151
|
+
</td></tr>
|
|
152
|
+
<tr><td class="fieldname"><a class="anchor" id="abe1651cfc97cce44292d83b010652447af01e4416150546a738409440064e3caf"></a>VR_OUTOFMEMORY </td><td class="fielddoc">
|
|
153
|
+
<p>Failure, Out of memory </p>
|
|
154
|
+
</td></tr>
|
|
155
|
+
<tr><td class="fieldname"><a class="anchor" id="abe1651cfc97cce44292d83b010652447ad4c8fcd3865de0a8c3f218743071f867"></a>VR_BADVARTYPE </td><td class="fielddoc">
|
|
156
|
+
<p>Failure, Invalid <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> type </p>
|
|
157
|
+
</td></tr>
|
|
158
|
+
<tr><td class="fieldname"><a class="anchor" id="abe1651cfc97cce44292d83b010652447aa468eb9d4cb64ae912c1dcf280bc8a47"></a>VR_INVALIDARG </td><td class="fielddoc">
|
|
159
|
+
<p>Failure, Invalid argument </p>
|
|
160
|
+
</td></tr>
|
|
161
|
+
<tr><td class="fieldname"><a class="anchor" id="abe1651cfc97cce44292d83b010652447a8b735df707eadfb9fb4c1f99c842946b"></a>VR_INVALIDROW </td><td class="fielddoc">
|
|
162
|
+
<p>Failure, Invalid row </p>
|
|
163
|
+
</td></tr>
|
|
164
|
+
<tr><td class="fieldname"><a class="anchor" id="abe1651cfc97cce44292d83b010652447ae91a04a29239012cb0e5fbafa4009435"></a>VR_INVALIDCOL </td><td class="fielddoc">
|
|
165
|
+
<p>Failure, Invalid column </p>
|
|
166
|
+
</td></tr>
|
|
167
|
+
</table>
|
|
168
|
+
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
<h2 class="groupheader">Function Documentation</h2>
|
|
172
|
+
<a class="anchor" id="a04e7151eeee1ea0166ee5f21b5716b8d"></a>
|
|
173
|
+
<div class="memitem">
|
|
174
|
+
<div class="memproto">
|
|
175
|
+
<table class="memname">
|
|
176
|
+
<tr>
|
|
177
|
+
<td class="memname">IPQ_DLL_EXPORT char* VarAllocString </td>
|
|
178
|
+
<td>(</td>
|
|
179
|
+
<td class="paramtype">const char * </td>
|
|
180
|
+
<td class="paramname"><em>pSrc</em></td><td>)</td>
|
|
181
|
+
<td></td>
|
|
182
|
+
</tr>
|
|
183
|
+
</table>
|
|
184
|
+
</div><div class="memdoc">
|
|
185
|
+
<p>Allocates a new string for use in a <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> and copies the passed string into it. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
186
|
+
<table class="params">
|
|
187
|
+
<tr><td class="paramname">pSrc</td><td>Pointer to the <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> that will be initialized. </td></tr>
|
|
188
|
+
</table>
|
|
189
|
+
</dd>
|
|
190
|
+
</dl>
|
|
191
|
+
<dl class="section return"><dt>Returns</dt><dd>A pointer to the string on success NULL otherwise. </dd></dl>
|
|
192
|
+
|
|
193
|
+
</div>
|
|
194
|
+
</div>
|
|
195
|
+
<a class="anchor" id="a9efd35113ea673d1d8ccc35e925e24c3"></a>
|
|
196
|
+
<div class="memitem">
|
|
197
|
+
<div class="memproto">
|
|
198
|
+
<table class="memname">
|
|
199
|
+
<tr>
|
|
200
|
+
<td class="memname">IPQ_DLL_EXPORT <a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> VarClear </td>
|
|
201
|
+
<td>(</td>
|
|
202
|
+
<td class="paramtype"><a class="el" href="structVAR.html">VAR</a> * </td>
|
|
203
|
+
<td class="paramname"><em>pvar</em></td><td>)</td>
|
|
204
|
+
<td></td>
|
|
205
|
+
</tr>
|
|
206
|
+
</table>
|
|
207
|
+
</div><div class="memdoc">
|
|
208
|
+
<p>Clears a <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
209
|
+
<table class="params">
|
|
210
|
+
<tr><td class="paramname">pvar</td><td>Pointer to the <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> that will be freed and initialized. </td></tr>
|
|
211
|
+
</table>
|
|
212
|
+
</dd>
|
|
213
|
+
</dl>
|
|
214
|
+
<dl class="retval"><dt>Return values</dt><dd>
|
|
215
|
+
<table class="retval">
|
|
216
|
+
<tr><td class="paramname">VR_OK</td><td>Success. </td></tr>
|
|
217
|
+
<tr><td class="paramname">VR_BADVARTYPE</td><td>The <code><a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a></code> was invalid (probably uninitialized). </td></tr>
|
|
218
|
+
</table>
|
|
219
|
+
</dd>
|
|
220
|
+
</dl>
|
|
221
|
+
|
|
222
|
+
</div>
|
|
223
|
+
</div>
|
|
224
|
+
<a class="anchor" id="a2373a05a5353ec14b724af9b8d9afd47"></a>
|
|
225
|
+
<div class="memitem">
|
|
226
|
+
<div class="memproto">
|
|
227
|
+
<table class="memname">
|
|
228
|
+
<tr>
|
|
229
|
+
<td class="memname">IPQ_DLL_EXPORT <a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> VarCopy </td>
|
|
230
|
+
<td>(</td>
|
|
231
|
+
<td class="paramtype"><a class="el" href="structVAR.html">VAR</a> * </td>
|
|
232
|
+
<td class="paramname"><em>pvarDest</em>, </td>
|
|
233
|
+
</tr>
|
|
234
|
+
<tr>
|
|
235
|
+
<td class="paramkey"></td>
|
|
236
|
+
<td></td>
|
|
237
|
+
<td class="paramtype">const <a class="el" href="structVAR.html">VAR</a> * </td>
|
|
238
|
+
<td class="paramname"><em>pvarSrc</em> </td>
|
|
239
|
+
</tr>
|
|
240
|
+
<tr>
|
|
241
|
+
<td></td>
|
|
242
|
+
<td>)</td>
|
|
243
|
+
<td></td><td></td>
|
|
244
|
+
</tr>
|
|
245
|
+
</table>
|
|
246
|
+
</div><div class="memdoc">
|
|
247
|
+
<p>Frees the destination <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> and makes a copy of the source <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
248
|
+
<table class="params">
|
|
249
|
+
<tr><td class="paramname">pvarDest</td><td>Pointer to the <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> to receive the copy. </td></tr>
|
|
250
|
+
<tr><td class="paramname">pvarSrc</td><td>Pointer to the <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> to be copied. </td></tr>
|
|
251
|
+
</table>
|
|
252
|
+
</dd>
|
|
253
|
+
</dl>
|
|
254
|
+
<dl class="retval"><dt>Return values</dt><dd>
|
|
255
|
+
<table class="retval">
|
|
256
|
+
<tr><td class="paramname">VR_OK</td><td>Success. </td></tr>
|
|
257
|
+
<tr><td class="paramname">VR_BADVARTYPE</td><td>The source and/or the destination are invalid (usually uninitialized). </td></tr>
|
|
258
|
+
<tr><td class="paramname">VR_OUTOFMEMORY</td><td>Memory could not be allocated for the copy. </td></tr>
|
|
259
|
+
</table>
|
|
260
|
+
</dd>
|
|
261
|
+
</dl>
|
|
262
|
+
<dl class="section return"><dt>Returns</dt><dd>The return value is one of the following. </dd></dl>
|
|
263
|
+
|
|
264
|
+
</div>
|
|
265
|
+
</div>
|
|
266
|
+
<a class="anchor" id="acc4671afebca8e1a6de49036c77f8b38"></a>
|
|
267
|
+
<div class="memitem">
|
|
268
|
+
<div class="memproto">
|
|
269
|
+
<table class="memname">
|
|
270
|
+
<tr>
|
|
271
|
+
<td class="memname">IPQ_DLL_EXPORT void VarFreeString </td>
|
|
272
|
+
<td>(</td>
|
|
273
|
+
<td class="paramtype">char * </td>
|
|
274
|
+
<td class="paramname"><em>pSrc</em></td><td>)</td>
|
|
275
|
+
<td></td>
|
|
276
|
+
</tr>
|
|
277
|
+
</table>
|
|
278
|
+
</div><div class="memdoc">
|
|
279
|
+
<p>Frees a string allocated using VarAllocString. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
280
|
+
<table class="params">
|
|
281
|
+
<tr><td class="paramname">pSrc</td><td>Pointer to the string to be freed. </td></tr>
|
|
282
|
+
</table>
|
|
283
|
+
</dd>
|
|
284
|
+
</dl>
|
|
285
|
+
|
|
286
|
+
</div>
|
|
287
|
+
</div>
|
|
288
|
+
<a class="anchor" id="ab5c037cee2a568202c55755814a8dec1"></a>
|
|
289
|
+
<div class="memitem">
|
|
290
|
+
<div class="memproto">
|
|
291
|
+
<table class="memname">
|
|
292
|
+
<tr>
|
|
293
|
+
<td class="memname">IPQ_DLL_EXPORT void VarInit </td>
|
|
294
|
+
<td>(</td>
|
|
295
|
+
<td class="paramtype"><a class="el" href="structVAR.html">VAR</a> * </td>
|
|
296
|
+
<td class="paramname"><em>pvar</em></td><td>)</td>
|
|
297
|
+
<td></td>
|
|
298
|
+
</tr>
|
|
299
|
+
</table>
|
|
300
|
+
</div><div class="memdoc">
|
|
301
|
+
<p>Initializes a <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
302
|
+
<table class="params">
|
|
303
|
+
<tr><td class="paramname">pvar</td><td>Pointer to the <a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a> that will be initialized. </td></tr>
|
|
304
|
+
</table>
|
|
305
|
+
</dd>
|
|
306
|
+
</dl>
|
|
307
|
+
|
|
308
|
+
</div>
|
|
309
|
+
</div>
|
|
310
|
+
</div><!-- contents -->
|
|
311
|
+
<!-- start footer part -->
|
|
312
|
+
<hr class="footer"/><address class="footer"><small>
|
|
313
|
+
Generated on Tue Jan 7 2025 17:08:43 for IPhreeqc by  <a href="http://www.doxygen.org/index.html">
|
|
314
|
+
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
315
|
+
</a> 1.8.8
|
|
316
|
+
</small></address>
|
|
317
|
+
</body>
|
|
318
|
+
</html>
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
6
|
+
<meta name="generator" content="Doxygen 1.8.8"/>
|
|
7
|
+
<title>IPhreeqc: Var.h Source File</title>
|
|
8
|
+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
9
|
+
<script type="text/javascript" src="jquery.js"></script>
|
|
10
|
+
<script type="text/javascript" src="dynsections.js"></script>
|
|
11
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
15
|
+
<div id="titlearea">
|
|
16
|
+
<table cellspacing="0" cellpadding="0">
|
|
17
|
+
<tbody>
|
|
18
|
+
<tr style="height: 56px;">
|
|
19
|
+
<td style="padding-left: 0.5em;">
|
|
20
|
+
<div id="projectname">IPhreeqc
|
|
21
|
+
</div>
|
|
22
|
+
</td>
|
|
23
|
+
</tr>
|
|
24
|
+
</tbody>
|
|
25
|
+
</table>
|
|
26
|
+
</div>
|
|
27
|
+
<!-- end header part -->
|
|
28
|
+
<!-- Generated by Doxygen 1.8.8 -->
|
|
29
|
+
<div id="navrow1" class="tabs">
|
|
30
|
+
<ul class="tablist">
|
|
31
|
+
<li><a href="index.html"><span>Home</span></a></li>
|
|
32
|
+
<li><a href="IPhreeqc_8h.html"><span>C/Fortran Documentation</span></a></li>
|
|
33
|
+
<li><a href="IPhreeqc_8hpp.html"><span>C++ Documentation</span></a></li>
|
|
34
|
+
<li><a href="Var_8h.html"><span>IPhreeqc VARIANT Documentation</span></a></li>
|
|
35
|
+
</ul>
|
|
36
|
+
</div>
|
|
37
|
+
<div id="nav-path" class="navpath">
|
|
38
|
+
<ul>
|
|
39
|
+
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
|
|
40
|
+
</div>
|
|
41
|
+
</div><!-- top -->
|
|
42
|
+
<div class="header">
|
|
43
|
+
<div class="headertitle">
|
|
44
|
+
<div class="title">Var.h</div> </div>
|
|
45
|
+
</div><!--header-->
|
|
46
|
+
<div class="contents">
|
|
47
|
+
<a href="Var_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> </div>
|
|
48
|
+
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// Var.h</span></div>
|
|
49
|
+
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div>
|
|
50
|
+
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#ifndef __VAR_H_INC</span></div>
|
|
51
|
+
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#define __VAR_H_INC</span></div>
|
|
52
|
+
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div>
|
|
53
|
+
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "PHRQ_exports.h"</span></div>
|
|
54
|
+
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div>
|
|
55
|
+
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#if defined(R_SO) || defined(NO_NAMELESS_UNION)</span></div>
|
|
56
|
+
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#define VAR_UNION_NAME u</span></div>
|
|
57
|
+
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#else</span></div>
|
|
58
|
+
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#define VAR_UNION_NAME</span></div>
|
|
59
|
+
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#endif</span></div>
|
|
60
|
+
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div>
|
|
61
|
+
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8"> 19</a></span> <span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
62
|
+
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58"> 20</a></span>  <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58">TT_EMPTY</a> = 0, </div>
|
|
63
|
+
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d"> 21</a></span>  <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d">TT_ERROR</a> = 1, </div>
|
|
64
|
+
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753"> 22</a></span>  <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753">TT_LONG</a> = 2, </div>
|
|
65
|
+
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3"> 23</a></span>  <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3">TT_DOUBLE</a> = 3, </div>
|
|
66
|
+
<div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa"> 24</a></span>  <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa">TT_STRING</a> = 4 </div>
|
|
67
|
+
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> } <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">VAR_TYPE</a>;</div>
|
|
68
|
+
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div>
|
|
69
|
+
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="Var_8h.html#abe1651cfc97cce44292d83b010652447"> 29</a></span> <span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
|
|
70
|
+
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="Var_8h.html#abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9"> 30</a></span>  <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9">VR_OK</a> = 0, </div>
|
|
71
|
+
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="Var_8h.html#abe1651cfc97cce44292d83b010652447af01e4416150546a738409440064e3caf"> 31</a></span>  <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447af01e4416150546a738409440064e3caf">VR_OUTOFMEMORY</a> = -1, </div>
|
|
72
|
+
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ad4c8fcd3865de0a8c3f218743071f867"> 32</a></span>  <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ad4c8fcd3865de0a8c3f218743071f867">VR_BADVARTYPE</a> = -2, </div>
|
|
73
|
+
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="Var_8h.html#abe1651cfc97cce44292d83b010652447aa468eb9d4cb64ae912c1dcf280bc8a47"> 33</a></span>  <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447aa468eb9d4cb64ae912c1dcf280bc8a47">VR_INVALIDARG</a> = -3, </div>
|
|
74
|
+
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="Var_8h.html#abe1651cfc97cce44292d83b010652447a8b735df707eadfb9fb4c1f99c842946b"> 34</a></span>  <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447a8b735df707eadfb9fb4c1f99c842946b">VR_INVALIDROW</a> = -4, </div>
|
|
75
|
+
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ae91a04a29239012cb0e5fbafa4009435"> 35</a></span>  <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ae91a04a29239012cb0e5fbafa4009435">VR_INVALIDCOL</a> = -5 </div>
|
|
76
|
+
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> } <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a>;</div>
|
|
77
|
+
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
|
|
78
|
+
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="structVAR.html"> 40</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
79
|
+
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="structVAR.html#a2338546d1f676afce516fe7dfaa43d63"> 41</a></span>  <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">VAR_TYPE</a> <a class="code" href="structVAR.html#a2338546d1f676afce516fe7dfaa43d63">type</a>; </div>
|
|
80
|
+
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keyword">union </span>{</div>
|
|
81
|
+
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structVAR.html#ad84d212017c8c9dae428988198ae8c7b"> 43</a></span>  <span class="keywordtype">long</span> <a class="code" href="structVAR.html#ad84d212017c8c9dae428988198ae8c7b">lVal</a>; </div>
|
|
82
|
+
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="structVAR.html#a2cd4d8a389a61384a7e7ac7c4a6408a0"> 44</a></span>  <span class="keywordtype">double</span> <a class="code" href="structVAR.html#a2cd4d8a389a61384a7e7ac7c4a6408a0">dVal</a>; </div>
|
|
83
|
+
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="structVAR.html#a5cdf2fa7a52a290e0b8abbe991b49a2b"> 45</a></span>  <span class="keywordtype">char</span>* <a class="code" href="structVAR.html#a5cdf2fa7a52a290e0b8abbe991b49a2b">sVal</a>; </div>
|
|
84
|
+
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structVAR.html#ae6e05f208424516e5a801ccf45c105e2"> 46</a></span>  <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> <a class="code" href="structVAR.html#ae6e05f208424516e5a801ccf45c105e2">vresult</a>; </div>
|
|
85
|
+
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  } VAR_UNION_NAME;</div>
|
|
86
|
+
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> } <a class="code" href="structVAR.html">VAR</a>;</div>
|
|
87
|
+
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> </div>
|
|
88
|
+
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div>
|
|
89
|
+
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#if defined(__cplusplus)</span></div>
|
|
90
|
+
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
|
|
91
|
+
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#endif</span></div>
|
|
92
|
+
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div>
|
|
93
|
+
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> IPQ_DLL_EXPORT <span class="keywordtype">char</span>* <a class="code" href="Var_8h.html#a04e7151eeee1ea0166ee5f21b5716b8d">VarAllocString</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* pSrc);</div>
|
|
94
|
+
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div>
|
|
95
|
+
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> IPQ_DLL_EXPORT <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> <a class="code" href="Var_8h.html#a9efd35113ea673d1d8ccc35e925e24c3">VarClear</a>(<a class="code" href="structVAR.html">VAR</a>* pvar);</div>
|
|
96
|
+
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div>
|
|
97
|
+
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> IPQ_DLL_EXPORT <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> <a class="code" href="Var_8h.html#a2373a05a5353ec14b724af9b8d9afd47">VarCopy</a>(<a class="code" href="structVAR.html">VAR</a>* pvarDest, <span class="keyword">const</span> <a class="code" href="structVAR.html">VAR</a>* pvarSrc);</div>
|
|
98
|
+
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> </div>
|
|
99
|
+
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> IPQ_DLL_EXPORT <span class="keywordtype">void</span> <a class="code" href="Var_8h.html#acc4671afebca8e1a6de49036c77f8b38">VarFreeString</a>(<span class="keywordtype">char</span>* pSrc);</div>
|
|
100
|
+
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> </div>
|
|
101
|
+
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> IPQ_DLL_EXPORT <span class="keywordtype">void</span> <a class="code" href="Var_8h.html#ab5c037cee2a568202c55755814a8dec1">VarInit</a>(<a class="code" href="structVAR.html">VAR</a>* pvar);</div>
|
|
102
|
+
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div>
|
|
103
|
+
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="preprocessor">#if defined(__cplusplus)</span></div>
|
|
104
|
+
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> }</div>
|
|
105
|
+
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor">#endif</span></div>
|
|
106
|
+
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> </div>
|
|
107
|
+
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="preprocessor">#if defined(__cplusplus)</span></div>
|
|
108
|
+
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div>
|
|
109
|
+
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="preprocessor">#include <ostream></span> <span class="comment">// std::ostream</span></div>
|
|
110
|
+
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> </div>
|
|
111
|
+
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">inline</span> std::ostream& operator<< (std::ostream &os, <span class="keyword">const</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">VAR_TYPE</a>& vt)</div>
|
|
112
|
+
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> {</div>
|
|
113
|
+
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">switch</span>(vt)</div>
|
|
114
|
+
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  {</div>
|
|
115
|
+
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58">TT_EMPTY</a>:</div>
|
|
116
|
+
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  os << <span class="stringliteral">"TT_EMPTY"</span>;</div>
|
|
117
|
+
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordflow">break</span>;</div>
|
|
118
|
+
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d">TT_ERROR</a>:</div>
|
|
119
|
+
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  os << <span class="stringliteral">"TT_ERROR"</span>;</div>
|
|
120
|
+
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordflow">break</span>;</div>
|
|
121
|
+
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753">TT_LONG</a>:</div>
|
|
122
|
+
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  os << <span class="stringliteral">"TT_LONG"</span>;</div>
|
|
123
|
+
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordflow">break</span>;</div>
|
|
124
|
+
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3">TT_DOUBLE</a>:</div>
|
|
125
|
+
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  os << <span class="stringliteral">"TT_DOUBLE"</span>;</div>
|
|
126
|
+
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keywordflow">break</span>;</div>
|
|
127
|
+
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa">TT_STRING</a>:</div>
|
|
128
|
+
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  os << <span class="stringliteral">"TT_STRING"</span>;</div>
|
|
129
|
+
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <span class="keywordflow">break</span>;</div>
|
|
130
|
+
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordflow">default</span>:</div>
|
|
131
|
+
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  os << (int)vt;</div>
|
|
132
|
+
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keywordflow">break</span>;</div>
|
|
133
|
+
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  }</div>
|
|
134
|
+
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">return</span> os;</div>
|
|
135
|
+
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> }</div>
|
|
136
|
+
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> </div>
|
|
137
|
+
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="keyword">inline</span> std::ostream& operator<< (std::ostream &os, <span class="keyword">const</span> <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a>& vr)</div>
|
|
138
|
+
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> {</div>
|
|
139
|
+
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keywordflow">switch</span>(vr)</div>
|
|
140
|
+
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  {</div>
|
|
141
|
+
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9">VR_OK</a>:</div>
|
|
142
|
+
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  os << <span class="stringliteral">"VR_OK"</span>;</div>
|
|
143
|
+
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">break</span>;</div>
|
|
144
|
+
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447af01e4416150546a738409440064e3caf">VR_OUTOFMEMORY</a>:</div>
|
|
145
|
+
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  os << <span class="stringliteral">"VR_OUTOFMEMORY"</span>;</div>
|
|
146
|
+
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keywordflow">break</span>;</div>
|
|
147
|
+
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ad4c8fcd3865de0a8c3f218743071f867">VR_BADVARTYPE</a>:</div>
|
|
148
|
+
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  os << <span class="stringliteral">"VR_BADVARTYPE"</span>;</div>
|
|
149
|
+
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <span class="keywordflow">break</span>;</div>
|
|
150
|
+
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447aa468eb9d4cb64ae912c1dcf280bc8a47">VR_INVALIDARG</a>:</div>
|
|
151
|
+
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  os << <span class="stringliteral">"VR_INVALIDARG"</span>;</div>
|
|
152
|
+
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">break</span>;</div>
|
|
153
|
+
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447a8b735df707eadfb9fb4c1f99c842946b">VR_INVALIDROW</a>:</div>
|
|
154
|
+
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  os << <span class="stringliteral">"VR_INVALIDROW"</span>;</div>
|
|
155
|
+
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <span class="keywordflow">break</span>;</div>
|
|
156
|
+
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447ae91a04a29239012cb0e5fbafa4009435">VR_INVALIDCOL</a>:</div>
|
|
157
|
+
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  os << <span class="stringliteral">"VR_INVALIDCOL"</span>;</div>
|
|
158
|
+
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  <span class="keywordflow">break</span>;</div>
|
|
159
|
+
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keywordflow">default</span>:</div>
|
|
160
|
+
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  os << (int)vr;</div>
|
|
161
|
+
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keywordflow">break</span>;</div>
|
|
162
|
+
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  }</div>
|
|
163
|
+
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordflow">return</span> os;</div>
|
|
164
|
+
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> }</div>
|
|
165
|
+
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span><span class="preprocessor"></span></div>
|
|
166
|
+
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> </div>
|
|
167
|
+
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <span class="preprocessor">#endif </span><span class="comment">/* __VAR_H_INC */</span><span class="preprocessor"></span></div>
|
|
168
|
+
<div class="ttc" id="structVAR_html_a2338546d1f676afce516fe7dfaa43d63"><div class="ttname"><a href="structVAR.html#a2338546d1f676afce516fe7dfaa43d63">VAR::type</a></div><div class="ttdeci">VAR_TYPE type</div><div class="ttdef"><b>Definition:</b> Var.h:41</div></div>
|
|
169
|
+
<div class="ttc" id="structVAR_html_a2cd4d8a389a61384a7e7ac7c4a6408a0"><div class="ttname"><a href="structVAR.html#a2cd4d8a389a61384a7e7ac7c4a6408a0">VAR::dVal</a></div><div class="ttdeci">double dVal</div><div class="ttdef"><b>Definition:</b> Var.h:44</div></div>
|
|
170
|
+
<div class="ttc" id="Var_8h_html_abe1651cfc97cce44292d83b010652447af01e4416150546a738409440064e3caf"><div class="ttname"><a href="Var_8h.html#abe1651cfc97cce44292d83b010652447af01e4416150546a738409440064e3caf">VR_OUTOFMEMORY</a></div><div class="ttdef"><b>Definition:</b> Var.h:31</div></div>
|
|
171
|
+
<div class="ttc" id="Var_8h_html_abe1651cfc97cce44292d83b010652447ad4c8fcd3865de0a8c3f218743071f867"><div class="ttname"><a href="Var_8h.html#abe1651cfc97cce44292d83b010652447ad4c8fcd3865de0a8c3f218743071f867">VR_BADVARTYPE</a></div><div class="ttdef"><b>Definition:</b> Var.h:32</div></div>
|
|
172
|
+
<div class="ttc" id="Var_8h_html_a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753"><div class="ttname"><a href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753">TT_LONG</a></div><div class="ttdef"><b>Definition:</b> Var.h:22</div></div>
|
|
173
|
+
<div class="ttc" id="Var_8h_html_a04e7151eeee1ea0166ee5f21b5716b8d"><div class="ttname"><a href="Var_8h.html#a04e7151eeee1ea0166ee5f21b5716b8d">VarAllocString</a></div><div class="ttdeci">IPQ_DLL_EXPORT char * VarAllocString(const char *pSrc)</div></div>
|
|
174
|
+
<div class="ttc" id="Var_8h_html_a2373a05a5353ec14b724af9b8d9afd47"><div class="ttname"><a href="Var_8h.html#a2373a05a5353ec14b724af9b8d9afd47">VarCopy</a></div><div class="ttdeci">IPQ_DLL_EXPORT VRESULT VarCopy(VAR *pvarDest, const VAR *pvarSrc)</div></div>
|
|
175
|
+
<div class="ttc" id="Var_8h_html_a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa"><div class="ttname"><a href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa">TT_STRING</a></div><div class="ttdef"><b>Definition:</b> Var.h:24</div></div>
|
|
176
|
+
<div class="ttc" id="Var_8h_html_abe1651cfc97cce44292d83b010652447ae91a04a29239012cb0e5fbafa4009435"><div class="ttname"><a href="Var_8h.html#abe1651cfc97cce44292d83b010652447ae91a04a29239012cb0e5fbafa4009435">VR_INVALIDCOL</a></div><div class="ttdef"><b>Definition:</b> Var.h:35</div></div>
|
|
177
|
+
<div class="ttc" id="Var_8h_html_a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58"><div class="ttname"><a href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58">TT_EMPTY</a></div><div class="ttdef"><b>Definition:</b> Var.h:20</div></div>
|
|
178
|
+
<div class="ttc" id="structVAR_html"><div class="ttname"><a href="structVAR.html">VAR</a></div><div class="ttdoc">Datatype used to store SELECTED_OUTPUT values. </div><div class="ttdef"><b>Definition:</b> Var.h:40</div></div>
|
|
179
|
+
<div class="ttc" id="Var_8h_html_acc4671afebca8e1a6de49036c77f8b38"><div class="ttname"><a href="Var_8h.html#acc4671afebca8e1a6de49036c77f8b38">VarFreeString</a></div><div class="ttdeci">IPQ_DLL_EXPORT void VarFreeString(char *pSrc)</div></div>
|
|
180
|
+
<div class="ttc" id="structVAR_html_ae6e05f208424516e5a801ccf45c105e2"><div class="ttname"><a href="structVAR.html#ae6e05f208424516e5a801ccf45c105e2">VAR::vresult</a></div><div class="ttdeci">VRESULT vresult</div><div class="ttdef"><b>Definition:</b> Var.h:46</div></div>
|
|
181
|
+
<div class="ttc" id="Var_8h_html_a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d"><div class="ttname"><a href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d">TT_ERROR</a></div><div class="ttdef"><b>Definition:</b> Var.h:21</div></div>
|
|
182
|
+
<div class="ttc" id="structVAR_html_a5cdf2fa7a52a290e0b8abbe991b49a2b"><div class="ttname"><a href="structVAR.html#a5cdf2fa7a52a290e0b8abbe991b49a2b">VAR::sVal</a></div><div class="ttdeci">char * sVal</div><div class="ttdef"><b>Definition:</b> Var.h:45</div></div>
|
|
183
|
+
<div class="ttc" id="Var_8h_html_ab5c037cee2a568202c55755814a8dec1"><div class="ttname"><a href="Var_8h.html#ab5c037cee2a568202c55755814a8dec1">VarInit</a></div><div class="ttdeci">IPQ_DLL_EXPORT void VarInit(VAR *pvar)</div></div>
|
|
184
|
+
<div class="ttc" id="Var_8h_html_abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9"><div class="ttname"><a href="Var_8h.html#abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9">VR_OK</a></div><div class="ttdef"><b>Definition:</b> Var.h:30</div></div>
|
|
185
|
+
<div class="ttc" id="Var_8h_html_a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3"><div class="ttname"><a href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3">TT_DOUBLE</a></div><div class="ttdef"><b>Definition:</b> Var.h:23</div></div>
|
|
186
|
+
<div class="ttc" id="structVAR_html_ad84d212017c8c9dae428988198ae8c7b"><div class="ttname"><a href="structVAR.html#ad84d212017c8c9dae428988198ae8c7b">VAR::lVal</a></div><div class="ttdeci">long lVal</div><div class="ttdef"><b>Definition:</b> Var.h:43</div></div>
|
|
187
|
+
<div class="ttc" id="Var_8h_html_a815a9d7da02ab09239a410acc9f149a8"><div class="ttname"><a href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">VAR_TYPE</a></div><div class="ttdeci">VAR_TYPE</div><div class="ttdoc">Enumeration used to determine the type of data stored in a VAR. </div><div class="ttdef"><b>Definition:</b> Var.h:19</div></div>
|
|
188
|
+
<div class="ttc" id="Var_8h_html_abe1651cfc97cce44292d83b010652447aa468eb9d4cb64ae912c1dcf280bc8a47"><div class="ttname"><a href="Var_8h.html#abe1651cfc97cce44292d83b010652447aa468eb9d4cb64ae912c1dcf280bc8a47">VR_INVALIDARG</a></div><div class="ttdef"><b>Definition:</b> Var.h:33</div></div>
|
|
189
|
+
<div class="ttc" id="Var_8h_html_abe1651cfc97cce44292d83b010652447"><div class="ttname"><a href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a></div><div class="ttdeci">VRESULT</div><div class="ttdoc">Enumeration used to return error codes. </div><div class="ttdef"><b>Definition:</b> Var.h:29</div></div>
|
|
190
|
+
<div class="ttc" id="Var_8h_html_abe1651cfc97cce44292d83b010652447a8b735df707eadfb9fb4c1f99c842946b"><div class="ttname"><a href="Var_8h.html#abe1651cfc97cce44292d83b010652447a8b735df707eadfb9fb4c1f99c842946b">VR_INVALIDROW</a></div><div class="ttdef"><b>Definition:</b> Var.h:34</div></div>
|
|
191
|
+
<div class="ttc" id="Var_8h_html_a9efd35113ea673d1d8ccc35e925e24c3"><div class="ttname"><a href="Var_8h.html#a9efd35113ea673d1d8ccc35e925e24c3">VarClear</a></div><div class="ttdeci">IPQ_DLL_EXPORT VRESULT VarClear(VAR *pvar)</div></div>
|
|
192
|
+
</div><!-- fragment --></div><!-- contents -->
|
|
193
|
+
<!-- start footer part -->
|
|
194
|
+
<hr class="footer"/><address class="footer"><small>
|
|
195
|
+
Generated on Tue Jan 7 2025 17:08:43 for IPhreeqc by  <a href="http://www.doxygen.org/index.html">
|
|
196
|
+
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
197
|
+
</a> 1.8.8
|
|
198
|
+
</small></address>
|
|
199
|
+
</body>
|
|
200
|
+
</html>
|
|
Binary file
|
|
Binary file
|