My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
check_csv.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "logging.h"
#include "complex.h"
#include "object.h"
#include "vector.h"
#include "matrix.h"
#include "matvec.h"
#include "dataset.h"
#include "strlist.h"
#include "constants.h"
#include "check_csv.h"
Include dependency graph for check_csv.cpp:

Go to the source code of this file.

Functions

int csv_check (void)
 
void csv_destroy (void)
 
void csv_init (void)
 

Variables

strlistcsv_header = NULL
 
vectorcsv_vector = NULL
 
datasetcsv_result = NULL
 

Function Documentation

int csv_check ( void  )

Definition at line 126 of file check_csv.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void csv_destroy ( void  )

Definition at line 168 of file check_csv.cpp.

Here is the caller graph for this function:

void csv_init ( void  )

Definition at line 181 of file check_csv.cpp.

Here is the caller graph for this function:

Variable Documentation

strlist* csv_header = NULL

Definition at line 46 of file check_csv.cpp.

dataset* csv_result = NULL

Definition at line 48 of file check_csv.cpp.

vector* csv_vector = NULL

Definition at line 47 of file check_csv.cpp.