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

Go to the source code of this file.

Functions

int dataset_check (dataset *data)
 

Variables

strlistdataset_idents = NULL
 
datasetdataset_result = NULL
 
vectordataset_vector = NULL
 

Function Documentation

int dataset_check ( dataset data)

Definition at line 49 of file check_dataset.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

strlist* dataset_idents = NULL

Definition at line 42 of file check_dataset.cpp.

dataset* dataset_result = NULL

Definition at line 43 of file check_dataset.cpp.

vector* dataset_vector = NULL

Definition at line 44 of file check_dataset.cpp.