F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EnumToStringTest< EnumType > Class Template Reference
Inheritance diagram for EnumToStringTest< EnumType >:

Protected Member Functions

void SetUp () override
 

Protected Attributes

EnumType e
 
std::stringstream buf
 
EnumType::T vals [EnumType::NUM_CONSTANTS+1]
 
std::string strs [EnumType::NUM_CONSTANTS+1]
 

Detailed Description

template<typename EnumType>
class EnumToStringTest< EnumType >

Definition at line 90 of file EnumToStringTest.cpp.

Member Function Documentation

◆ SetUp()

template<typename EnumType >
void EnumToStringTest< EnumType >::SetUp ( )
inlineoverrideprotected

Definition at line 92 of file EnumToStringTest.cpp.

Member Data Documentation

◆ buf

template<typename EnumType >
std::stringstream EnumToStringTest< EnumType >::buf
protected

Definition at line 98 of file EnumToStringTest.cpp.

◆ e

template<typename EnumType >
EnumType EnumToStringTest< EnumType >::e
protected

Definition at line 97 of file EnumToStringTest.cpp.

◆ strs

template<typename EnumType >
std::string EnumToStringTest< EnumType >::strs[EnumType::NUM_CONSTANTS+1]
protected

Definition at line 101 of file EnumToStringTest.cpp.

◆ vals

template<typename EnumType >
EnumType::T EnumToStringTest< EnumType >::vals[EnumType::NUM_CONSTANTS+1]
protected

Definition at line 100 of file EnumToStringTest.cpp.


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