Compute Graph Framework SDK Reference  5.8
dw::core::StackFixed< Type, CapacityAtCompileTime_ > Class Template Reference

Detailed Description

template<typename Type, size_t CapacityAtCompileTime_ = 0>
class dw::core::StackFixed< Type, CapacityAtCompileTime_ >

Definition at line 57 of file ComputeGraphImpl.hpp.

Inheritance diagram for dw::core::StackFixed< Type, CapacityAtCompileTime_ >:
Collaboration diagram for dw::core::StackFixed< Type, CapacityAtCompileTime_ >:

Public Member Functions

bool contains (const Type &value) const
 
bool pop ()
 
bool push (const Type &value)
 
 StackFixed ()
 
 StackFixed (size_t size_)
 
const Type & top ()
 

Constructor & Destructor Documentation

◆ StackFixed() [1/2]

template<typename Type , size_t CapacityAtCompileTime_ = 0>
dw::core::StackFixed< Type, CapacityAtCompileTime_ >::StackFixed ( )
inline

Definition at line 60 of file ComputeGraphImpl.hpp.

◆ StackFixed() [2/2]

template<typename Type , size_t CapacityAtCompileTime_ = 0>
dw::core::StackFixed< Type, CapacityAtCompileTime_ >::StackFixed ( size_t  size_)
inlineexplicit

Definition at line 65 of file ComputeGraphImpl.hpp.

Member Function Documentation

◆ contains()

template<typename Type , size_t CapacityAtCompileTime_ = 0>
bool dw::core::StackFixed< Type, CapacityAtCompileTime_ >::contains ( const Type &  value) const
inline

Definition at line 94 of file ComputeGraphImpl.hpp.

◆ pop()

template<typename Type , size_t CapacityAtCompileTime_ = 0>
bool dw::core::StackFixed< Type, CapacityAtCompileTime_ >::pop ( )
inline

Definition at line 75 of file ComputeGraphImpl.hpp.

◆ push()

template<typename Type , size_t CapacityAtCompileTime_ = 0>
bool dw::core::StackFixed< Type, CapacityAtCompileTime_ >::push ( const Type &  value)
inline

Definition at line 70 of file ComputeGraphImpl.hpp.

◆ top()

template<typename Type , size_t CapacityAtCompileTime_ = 0>
const Type & dw::core::StackFixed< Type, CapacityAtCompileTime_ >::top ( )
inline

Definition at line 85 of file ComputeGraphImpl.hpp.


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