Gromacs  2026.0-dev-20251119-5f0a571d
 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, ".h5md" }, { 9, ".edr" },
{ 12, ".gro" }, { 13, ".g96" }, { 14, ".pdb" }, { 15, ".brk" }, { 16, ".ent" }, { 17, ".esp" },
{ 18, ".pqr" }, { 19, ".cpt" }, { 20, ".log" }, { 21, ".xvg" }, { 22, ".out" }, { 23, ".ndx" },
{ 24, ".top" }, { 25, ".itp" }, { 27, ".tpr" }, { 28, ".tex" }, { 29, ".rtp" }, { 30, ".atp" },
{ 31, ".hdb" }, { 32, ".dat" }, { 33, ".dlg" }, { 34, ".map" }, { 35, ".eps" }, { 36, ".mat" },
{ 37, ".m2p" }, { 38, ".mtx" }, { 39, ".edi" }, { 40, ".cub" }, { 41, ".xpm" }, { 43, ".csv" },
{ 44, ".inp" }
}