NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
StringStackItem Struct Reference

A simple container for a single item in the string expression RPN stack. More...

#include <stringdatastructures.hpp>

Collaboration diagram for StringStackItem:

Public Member Functions

 StringStackItem (StringView sView, int val=-1)
 

Public Attributes

StringView m_data
 
int m_val
 

Detailed Description

A simple container for a single item in the string expression RPN stack.

Definition at line 209 of file stringdatastructures.hpp.

Constructor & Destructor Documentation

◆ StringStackItem()

StringStackItem::StringStackItem ( StringView  sView,
int  val = -1 
)
inline

Definition at line 214 of file stringdatastructures.hpp.

Member Data Documentation

◆ m_data

StringView StringStackItem::m_data

Definition at line 211 of file stringdatastructures.hpp.

◆ m_val

int StringStackItem::m_val

Definition at line 212 of file stringdatastructures.hpp.


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