cphot 0.1
A C++ tool for computing photometry from spectra.
GenericValue< Encoding, Allocator >::ArrayData Struct Reference

#include <document.h>

Public Attributes

SizeType size
 
SizeType capacity
 
GenericValueelements
 

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct GenericValue< Encoding, Allocator >::ArrayData

Definition at line 1911 of file document.h.

Member Data Documentation

◆ capacity

template<typename Encoding , typename Allocator = MemoryPoolAllocator<>>
SizeType GenericValue< Encoding, Allocator >::ArrayData::capacity

Definition at line 1913 of file document.h.

◆ elements

template<typename Encoding , typename Allocator = MemoryPoolAllocator<>>
GenericValue* GenericValue< Encoding, Allocator >::ArrayData::elements

Definition at line 1914 of file document.h.

◆ size

template<typename Encoding , typename Allocator = MemoryPoolAllocator<>>
SizeType GenericValue< Encoding, Allocator >::ArrayData::size

Definition at line 1912 of file document.h.


The documentation for this struct was generated from the following file: