Octopus 16.0
real-space, real-time, TDDFT code
varinfo_low.c File Reference
#include <config.h>
#include <ctype.h>
#include <fortran_types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "string_f.h"
Include dependency graph for varinfo_low.c:

Classes

struct  opt_type
 
struct  var_type
 

Macros

#define _GNU_SOURCE
 

Typedefs

typedef struct opt_type opt_type
 
typedef struct var_type var_type
 

Functions

char * get_token (char *s, char **dest)
 
void get_text (FILE *in, char **dest)
 
void FC_FUNC_ (varinfo_init, VARINFO_INIT)
 
void FC_FUNC_ (varinfo_end, VARINFO_END)()
 
void FC_FUNC_ (varinfo_getvar, VARINFO_GETVAR)
 
void FC_FUNC_ (varinfo_getinfo, VARINFO_GETINFO) const
 
void FC_FUNC_ (varinfo_getopt, VARINFO_GETOPT) const
 
void FC_FUNC_ (varinfo_opt_getinfo, VARINFO_OPT_GETINFO) const
 
int varinfo_variable_exists (const char *var_name)
 
void FC_FUNC_ (varinfo_search_var, VARINFO_SEARCH_VAR) const
 
void FC_FUNC_ (varinfo_search_option, VARINFO_SEARCH_OPTION) const
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Typedef Documentation

◆ opt_type

typedef struct opt_type opt_type

◆ var_type

typedef struct var_type var_type

Function Documentation

◆ get_token()

char * get_token ( char *  s,
char **  dest 
)

◆ get_text()

void get_text ( FILE *  in,
char **  dest 
)

◆ FC_FUNC_() [1/8]

void FC_FUNC_ ( varinfo_init  ,
VARINFO_INIT   
)

◆ FC_FUNC_() [2/8]

void FC_FUNC_ ( varinfo_end  ,
VARINFO_END   
)

◆ FC_FUNC_() [3/8]

void FC_FUNC_ ( varinfo_getvar  ,
VARINFO_GETVAR   
)

◆ FC_FUNC_() [4/8]

void FC_FUNC_ ( varinfo_getinfo  ,
VARINFO_GETINFO   
) const

◆ FC_FUNC_() [5/8]

void FC_FUNC_ ( varinfo_getopt  ,
VARINFO_GETOPT   
) const

◆ FC_FUNC_() [6/8]

void FC_FUNC_ ( varinfo_opt_getinfo  ,
VARINFO_OPT_GETINFO   
) const

◆ varinfo_variable_exists()

int varinfo_variable_exists ( const char *  var_name)

◆ FC_FUNC_() [7/8]

void FC_FUNC_ ( varinfo_search_var  ,
VARINFO_SEARCH_VAR   
) const

◆ FC_FUNC_() [8/8]

void FC_FUNC_ ( varinfo_search_option  ,
VARINFO_SEARCH_OPTION   
) const