|
template<Globals::DataLocation TLocation, class TEntity > |
auto | MakeProxy (const TEntity &rEntity) |
| Invalid template base to be specialized for valid template parameters. More...
|
|
template<Globals::DataLocation TLocation, class TEntity > |
auto | MakeProxy (TEntity &rEntity) |
| Invalid template base to be specialized for valid template parameters. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::NodeHistorical, Node > (const Node &rEntity) |
| Convenience function for constructing immutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::NodeHistorical, Node > (Node &rEntity) |
| Convenience function for constructing mutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::NodeNonHistorical, Node > (const Node &rEntity) |
| Convenience function for constructing immutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::NodeNonHistorical, Node > (Node &rEntity) |
| Convenience function for constructing mutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::Element, Element > (const Element &rEntity) |
| Convenience function for constructing immutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::Element, Element > (Element &rEntity) |
| Convenience function for constructing mutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::Condition, Condition > (const Condition &rEntity) |
| Convenience function for constructing immutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::Condition, Condition > (Condition &rEntity) |
| Convenience function for constructing mutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::ProcessInfo, ProcessInfo > (const ProcessInfo &rEntity) |
| Convenience function for constructing immutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::ProcessInfo, ProcessInfo > (ProcessInfo &rEntity) |
| Convenience function for constructing mutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::ModelPart, ModelPart > (const ModelPart &rEntity) |
| Convenience function for constructing immutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::ModelPart, ModelPart > (ModelPart &rEntity) |
| Convenience function for constructing mutable EntityProxy instances. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::ProcessInfo, ModelPart > (const ModelPart &rModelPart) |
| Convenience function for constructing a mutable ProcessInfo proxy from a ModelPart. More...
|
|
template<> |
auto | MakeProxy< Globals::DataLocation::ProcessInfo, ModelPart > (ModelPart &rModelPart) |
| Convenience function for constructing an immutable ProcessInfo proxy from a ModelPart. More...
|
|
template<class TMap > |
| MapKeyRange< TMap > (WR_APPLICATION) MakeConstMapKeyRange(const TMap &rMap) |
| Create a view on the keys of an std::map or std::unordered_map. More...
|
|
template<class TIterator , class IsConstRange = void> |
class Range | KRATOS_DEFINE_RANGE (TIterator,) |
| Class representing a view into a subrange of a container. More...
|
|
template<class TIterator > |
class Range< TIterator, typename std::enable_if< Detail::IsConstIterator< TIterator >::value >::type > | KRATOS_DEFINE_RANGE (TIterator, const) |
| Class representing a view into a subrange of an immutable container. More...
|
|