AlcapDAQ  1
Data Structures | Variables
MqlArray.h File Reference
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Data Structures

class  MqlArray< T >
 

Variables

static const int REALLOC_N = 2
 
static const int REALLOC_C = 8
 

Variable Documentation

const int REALLOC_C = 8
static

Definition at line 16 of file MqlArray.h.

Referenced by MqlArray< T >::realloc().

const int REALLOC_N = 2
static

Definition at line 15 of file MqlArray.h.

Referenced by MqlArray< T >::realloc().