CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
charts::view_map_t< C > Struct Template Referenceexport

Public Member Functions

 view_map_t (C &plot)
 
 view_map_t (const view_map_t &rhl)
 
 view_map_t (view_map_t &&rhl)=delete
 
view_t< C > & operator[] (const std::size_t index)
 

Detailed Description

template<class C>
struct charts::view_map_t< C >

Definition at line 184 of file plot_view.cppm.

Constructor & Destructor Documentation

◆ view_map_t() [1/3]

template<class C>
charts::view_map_t< C >::view_map_t ( C & plot)
inlineexplicit

Definition at line 185 of file plot_view.cppm.

+ Here is the caller graph for this function:

◆ view_map_t() [2/3]

template<class C>
charts::view_map_t< C >::view_map_t ( const view_map_t< C > & rhl)
inline

Definition at line 189 of file plot_view.cppm.

+ Here is the call graph for this function:

◆ view_map_t() [3/3]

template<class C>
charts::view_map_t< C >::view_map_t ( view_map_t< C > && rhl)
delete
+ Here is the call graph for this function:

Member Function Documentation

◆ operator[]()

template<class C>
view_t< C > & charts::view_map_t< C >::operator[] ( const std::size_t index)
inline

Definition at line 199 of file plot_view.cppm.


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