Gromacs  2025-dev-20240913-b871546
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Variables
gmx::test::anonymous_namespace{filetypes.cpp} Namespace Reference

Typedefs

using TypeAndName = std::tuple< int, std::string >
 
using FileTypeTestParams = std::tuple< TypeAndName, std::string >
 

Variables

const std::vector< TypeAndName > testParams
 
const std::vector< std::string > prefixes
 

Variable Documentation

const std::vector<std::string> gmx::test::anonymous_namespace{filetypes.cpp}::prefixes
Initial value:
= { "",
"test",
"test.pdb",
"a/../b/test",
"james.gro/system.mdp/test.pdb" }
const std::vector<TypeAndName> gmx::test::anonymous_namespace{filetypes.cpp}::testParams
Initial value:
= {
{ 0, ".mdp" }, { 4, ".trr" }, { 6, ".xtc" }, { 7, ".tng" }, { 8, ".edr" }, { 11, ".gro" },
{ 12, ".g96" }, { 13, ".pdb" }, { 14, ".brk" }, { 15, ".ent" }, { 16, ".esp" }, { 17, ".pqr" },
{ 18, ".cpt" }, { 19, ".log" }, { 20, ".xvg" }, { 21, ".out" }, { 22, ".ndx" }, { 23, ".top" },
{ 24, ".itp" }, { 26, ".tpr" }, { 27, ".tex" }, { 28, ".rtp" }, { 29, ".atp" }, { 30, ".hdb" },
{ 31, ".dat" }, { 32, ".dlg" }, { 33, ".map" }, { 34, ".eps" }, { 35, ".mat" }, { 36, ".m2p" },
{ 37, ".mtx" }, { 38, ".edi" }, { 39, ".cub" }, { 40, ".xpm" }, { 42, ".csv" }, { 43, ".inp" }
}