|
Gromacs
2018.6
|
Directory dependency graph for utility:Directories | |
| directory | tests |
| Unit tests for Low-Level Utilities (utility). | |
Files | |
| file | alignedallocator.cpp |
| Implements AlignedAllocator. | |
| file | alignedallocator.h |
| Declares allocation policy classes and allocators that are used to make library containers compatible with alignment requirements of particular hardware, e.g. memory operations for SIMD or accelerators. | |
| file | allocator.h |
| Declares gmx::Allocator template whose allocation functionality is configured both by type of object allocated and a policy class that configures the necessary matching malloc and free operation. | |
| file | arrayref.h |
| Declares gmx::ArrayRef. | |
| file | arraysize.h |
| Provides asize() macro for calculating the static size of an array. | |
| file | basedefinitions.h |
| Basic types and macros used throughout GROMACS. | |
| file | basenetwork.cpp |
| file | basenetwork.h |
| Utility functions for basic MPI and network functionality. | |
| file | baseversion-gen.h |
| Declares variables that hold generated version information. | |
| file | baseversion.cpp |
| file | baseversion.h |
| Declares functions to get basic version information. | |
| file | binaryinformation.cpp |
| Implements functionality for printing information about the currently running binary. | |
| file | binaryinformation.h |
| Helper functionality for information about the currently running binary. | |
| file | bitmask.h |
| Declares gmx_bitmask_t and associated functions. | |
| file | classhelpers.h |
| Declares common utility classes and macros. | |
| file | compare.cpp |
| file | compare.h |
| Utilities for comparing data structures (for gmx check). | |
| file | coolstuff.cpp |
| Functionality for printing cool strings. | |
| file | coolstuff.h |
| Functionality for printing cool strings. | |
| file | cstringutil.cpp |
| file | cstringutil.h |
| Generic C string handling functions. | |
| file | cuda_version_information.h |
| file | current_function.h |
| Declares GMX_CURRENT_FUNCTION for getting the current function name. | |
| file | datafilefinder.cpp |
| Implements gmx::DataFileFinder. | |
| file | datafilefinder.h |
| Declares gmx::DataFileFinder and related classes. | |
| file | dir_separator.h |
| Provides OS-specific directory-name separator. | |
| file | directoryenumerator.cpp |
| Implements gmx::DirectoryEnumerator. | |
| file | directoryenumerator.h |
| Declares gmx::DirectoryEnumerator. | |
| file | errorcodes.cpp |
| Implements functions in errorcodes.h. | |
| file | errorcodes.h |
| Declares error codes and related functions for fatal error handling. | |
| file | errorformat.cpp |
| Implements functions declared in errorformat.h. | |
| file | errorformat.h |
| Declares an internal helper function for formatting standard error messages. | |
| file | exceptions.cpp |
| Implements classes and functions in exceptions.h. | |
| file | exceptions.h |
| Declares common exception classes and macros for fatal error handling. | |
| file | fatalerror.cpp |
| file | fatalerror.h |
| Declares fatal error handling and debugging routines for C code. | |
| file | fileredirector.cpp |
| Implements classes and functions from fileredirector.h. | |
| file | fileredirector.h |
| Declares gmx::IFileOutputRedirector. | |
| file | filestream.cpp |
| Implements classes from filestream.h. | |
| file | filestream.h |
| Declares implementations for textstream.h interfaces for file input/output. | |
| file | flags.h |
| Declares gmx::FlagsTemplate. | |
| file | futil.cpp |
| file | futil.h |
| Low-level wrappers for OS-specific file handling with some GROMACS customizations. | |
| file | gmxassert.cpp |
| Implements assertion handlers. | |
| file | gmxassert.h |
| Defines assert macros customized for Gromacs. | |
| file | gmxmpi.h |
| Wraps mpi.h usage in Gromacs. | |
| file | gmxomp.cpp |
| Implements functions from gmxomp.h. | |
| file | gmxomp.h |
| Declares OpenMP wrappers to avoid conditional compilation. | |
| file | gmxregex.cpp |
| Implements regular expression wrappers. | |
| file | gmxregex.h |
| Declares simple wrapper for regular expression functionality. | |
| file | ikeyvaluetreeerror.cpp |
| file | ikeyvaluetreeerror.h |
| Declares an error handling interface for key-value tree operations. | |
| file | init.cpp |
| Implements functions from init.h. | |
| file | init.h |
| Declares functions for initializing the GROMACS library. | |
| file | inmemoryserializer.cpp |
| file | inmemoryserializer.h |
| Declares gmx::ISerializer implementation for in-memory serialization. | |
| file | int64_to_int.cpp |
| file | int64_to_int.h |
| Low-level utility for converting 64 bit int to int (the size of which is hardware dependent), printing a warning if an overflow will occur. | |
| file | iserializer.h |
| Declares a generic serialization interface that supports both directions. | |
| file | keyvaluetree.cpp |
| file | keyvaluetree.h |
| Declares a data structure for JSON-like structured key-value mapping. | |
| file | keyvaluetreebuilder.h |
| Declares classes for building the data structures in keyvaluetree.h. | |
| file | keyvaluetreeserializer.cpp |
| file | keyvaluetreeserializer.h |
| Declares serialization routines for KeyValueTree objects. | |
| file | keyvaluetreetransform.cpp |
| file | keyvaluetreetransform.h |
| Declares utilities for transforming key-value trees. | |
| file | logger.cpp |
| file | logger.h |
| Declares functionality for logging. | |
| file | loggerbuilder.cpp |
| file | loggerbuilder.h |
| Declares functionality for initializing logging. | |
| file | mutex.h |
| Declares C++11-style basic threading primitives (gmx::Mutex, gmx::lock_guard). | |
| file | niceheader.cpp |
| Implements functions from niceheader.h. | |
| file | niceheader.h |
| Declares function for printing a nice header for text output files. | |
| file | nodelete.h |
| Declares no_delete deleter for std::shared_ptr. | |
| file | path.cpp |
| Implements functions in path.h. | |
| file | path.h |
| Declares functions for OS-independent path handling. | |
| file | pleasecite.cpp |
| file | pleasecite.h |
| Declares please_cite() for printing out literature references. | |
| file | programcontext.cpp |
| Implements gmx::IProgramContext and related methods. | |
| file | programcontext.h |
| Declares gmx::IProgramContext and related methods. | |
| file | qsort_threadsafe.cpp |
| file | qsort_threadsafe.h |
| Portable implementation of threadsafe quicksort. | |
| file | real.h |
Declares real and related constants. | |
| file | smalloc.cpp |
| file | smalloc.h |
| C memory allocation routines for GROMACS. | |
| file | snprintf.h |
| Provide snprintf symbol on all OS (for internal Gromacs use) | |
| file | strconvert.cpp |
| Implements functions in strconvert.h. | |
| file | strconvert.h |
| Declares common utility functions for conversions to and from strings. | |
| file | strdb.cpp |
| file | strdb.h |
| Declares C functions for reading files with a list of strings. | |
| file | stringcompare.h |
| Declares utility functionst for string comparison. | |
| file | stringstream.cpp |
| Implements classes from stringstream.h. | |
| file | stringstream.h |
| Declares implementations for textstream.h interfaces for input/output to in-memory strings. | |
| file | stringutil.cpp |
| Implements functions and classes in stringutil.h. | |
| file | stringutil.h |
| Declares common string utility and formatting routines. | |
| file | sysinfo.cpp |
| Implements functions from sysinfo.h. | |
| file | sysinfo.h |
| Declares functions that wrap platform-specific calls for obtaining information about the operating environment and the current process. | |
| file | textreader.cpp |
| Implements gmx::TextReader. | |
| file | textreader.h |
| Declares gmx::TextReader. | |
| file | textstream.h |
| Declares interfaces for simple input/output streams. | |
| file | textwriter.cpp |
| Implements gmx::TextWriter. | |
| file | textwriter.h |
| Declares gmx::TextWriter. | |
| file | txtdump.cpp |
| file | txtdump.h |
| Declares helper functions for dumping basic data structures as text. | |
| file | typetraits.h |
| Declares type traits. | |
| file | unique_cptr.h |
| Declares gmx::unique_cptr and gmx::sfree_guard. | |
| file | variant.cpp |
| Implements functionality from variant.h. | |
| file | variant.h |
| Declares gmx::Variant. | |
1.8.5