|
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...
|
|