VTK  9.3.20240416
Public Member Functions | Public Attributes | List of all members
vtk::detail::AddNames< Container, StopAtType > Struct Template Reference

#include <vtkInherits.h>

Public Member Functions

 AddNames (Container &c)
 
template<typename T >
bool operator() ()
 

Public Attributes

Container & m_container
 

Detailed Description

template<typename Container, typename StopAtType = void>
struct vtk::detail::AddNames< Container, StopAtType >

Definition at line 40 of file vtkInherits.h.

Constructor & Destructor Documentation

◆ AddNames()

template<typename Container , typename StopAtType = void>
vtk::detail::AddNames< Container, StopAtType >::AddNames ( Container &  c)
inline

Definition at line 42 of file vtkInherits.h.

Member Function Documentation

◆ operator()()

template<typename Container , typename StopAtType = void>
template<typename T >
bool vtk::detail::AddNames< Container, StopAtType >::operator() ( )
inline

Definition at line 48 of file vtkInherits.h.

Member Data Documentation

◆ m_container

template<typename Container , typename StopAtType = void>
Container& vtk::detail::AddNames< Container, StopAtType >::m_container

Definition at line 58 of file vtkInherits.h.


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