Gromacs  2022.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
#include <memory>
#include <string>
#include <type_traits>
#include <typeindex>
#include <typeinfo>
#include <utility>
#include "gromacs/utility/gmxassert.h"
+ Include dependency graph for any.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::Any.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Classes

class  gmx::Any
 Represents a dynamically typed value of an arbitrary type - deprecated. More...
 

Functions

std::string gmx::simpleValueToString (const Any &value)
 Converts a Any value to a string. More...