dune-common
2.4
|
Definition of the DUNE_UNUSED macro for the case that config.h is not available. More...
Go to the source code of this file.
Macros | |
#define | DUNE_UNUSED |
#define | DUNE_UNUSED_PARAMETER(parm) static_cast<void>(parm) |
A macro to mark intentional unused function parameters with. More... | |
Definition of the DUNE_UNUSED macro for the case that config.h is not available.
#define DUNE_UNUSED |
Referenced by Dune::assertCallOnce().
#define DUNE_UNUSED_PARAMETER | ( | parm | ) | static_cast<void>(parm) |
A macro to mark intentional unused function parameters with.
Referenced by Dune::MallocAllocator< T >::allocate(), Dune::DebugAllocator< T >::allocate(), Dune::fvector_assigner< T, s >::append(), Dune::fmatrix_assigner< T, n, m >::append(), Dune::LocalIndexComparator< T >::compare(), Dune::EmptySet< TA >::contains(), Dune::AllSet< TA >::contains(), Dune::MallocAllocator< T >::deallocate(), Dune::DenseMatrix< FieldMatrix< T, ROWS, COLS > >::exists(), Dune::FieldVector< T, COLS >::FieldVector(), Dune::IndicesSyncer< T >::DefaultNumberer::operator()(), Dune::DiagonalRowVectorConst< K, n >::operator[](), Dune::DiagonalRowVector< K, DiagonalMatrixType::rows >::operator[](), Dune::RemoteIndices< T, A >::packEntries(), and Dune::tuple_writer< 1 >::put().