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

This structure contains the data for a single calltip, which might be shown in the editor or the terminal. More...

#include <calltipprovider.hpp>

Collaboration diagram for NumeRe::CallTip:

Public Member Functions

 CallTip ()
 
 CallTip (const std::string &sDef, const std::string &sDoc="", size_t s=0u, size_t e=0u)
 

Public Attributes

std::string sDefinition
 
std::string sDocumentation
 
size_t nStart
 
size_t nEnd
 

Detailed Description

This structure contains the data for a single calltip, which might be shown in the editor or the terminal.

Definition at line 30 of file calltipprovider.hpp.

Constructor & Destructor Documentation

◆ CallTip() [1/2]

NumeRe::CallTip::CallTip ( )
inline

Definition at line 37 of file calltipprovider.hpp.

◆ CallTip() [2/2]

NumeRe::CallTip::CallTip ( const std::string &  sDef,
const std::string &  sDoc = "",
size_t  s = 0u,
size_t  e = 0u 
)
inline

Definition at line 38 of file calltipprovider.hpp.

Member Data Documentation

◆ nEnd

◆ nStart

◆ sDefinition

◆ sDocumentation


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