43 ptr_(const_cast<
T*>(&tRef))
62 <<
"Attempted copy of a deallocated " <<
typeName()
104 <<
"Attempted copy of a deallocated " << typeName()
130 return (isTmp() && !ptr_);
137 return (!isTmp() || (isTmp() && ptr_));
144 return "tmpNrc<" +
word(
typeid(
T).
name()) +
'>';
156 << typeName() <<
" deallocated"
163 <<
"Attempt to acquire non-const reference to const object"
164 <<
" from a " << typeName()
180 << typeName() <<
" deallocated"
191 return ptr_->clone().ptr();
217 << typeName() <<
" deallocated"
242 << typeName() <<
" deallocated"
249 <<
"Attempt to cast const object to non-const for a " << typeName()
260 if (isTmp() && !ptr_)
263 << typeName() <<
" deallocated"
279 <<
"Attempted copy of a deallocated " << typeName()
310 <<
"Attempted assignment to a const reference to an object"
311 <<
" of type " <<
typeid(
T).
name()
A class for managing temporary objects without reference counting.
void operator=(T *)
Assignment to pointer changing this tmpNrc to a temporary T.
bool valid() const
Is this temporary object valid,.
T & ref()
Return non-const reference or generate a fatal error.
T * operator->()
Return object pointer.
word typeName() const
Return the type name of the tmpNrc.
~tmpNrc()
Destructor: deletes temporary object when the reference count is 0.
bool empty() const
Return true if this temporary object empty,.
bool isTmp() const
Return true if this is really a temporary object.
tmpNrc(T *=0)
Store object pointer.
T * ptr() const
Return tmpNrc pointer for reuse.
void clear() const
If object pointer points to valid object:
const T & operator()() const
Const dereference operator.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
word name(const bool)
Return a word representation of a bool.
errorManip< error > abort(error &err)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)