|
| | TypeInfoTemplateNV2 ("Field", T, VectorType::memoerySpaceName()) |
| |
| | Field () |
| |
| | Field (const word &fieldKey) |
| |
| | Field (const word &name, const word &fieldKey) |
| |
| | Field (size_t len) |
| |
| | Field (const word &fieldKey, size_t len) |
| |
| | Field (const word &name, const word &fieldKey, size_t len) |
| |
| | Field (size_t len, const T &val) |
| |
| | Field (const word &fieldKey, size_t len, const T &val) |
| |
| | Field (const word &name, const word &fieldKey, size_t len, const T &val) |
| |
| | Field (size_t capacity, size_t len, RESERVE) |
| |
| | Field (const word &fieldKey, size_t capacity, size_t len, RESERVE) |
| |
| | Field (const word &name, const word &fieldKey, size_t capacity, size_t len, RESERVE) |
| |
| | Field (const Vector< T > &vec) |
| |
| | Field (const word &fieldKey, const Vector< T > &vec) |
| |
| | Field (const word &name, const word &fieldKey, const Vector< T > &vec) |
| |
| | Field (const word &name, const word &fieldKey, const FieldType &src) |
| |
| | Field (const FieldType &)=default |
| |
| FieldType & | operator= (const FieldType &)=default |
| |
| | Field (FieldType &&)=delete |
| |
| FieldType & | operator= (FieldType &&)=delete |
| |
| INLINE_FUNCTION_H uniquePtr< FieldType > | clone () const |
| |
| INLINE_FUNCTION_H FieldType * | clonePtr () const |
| |
| const word & | fieldKey () const |
| |
| bool | readField (iIstream &is, const size_t len, bool readLength=true) |
| |
| bool | readField (iIstream &is) |
| |
| bool | writeField (iOstream &os) const |
| |
| bool | read (iIstream &is) |
| |
| bool | write (iOstream &os) const |
| |
template<template< class, class > class VectorField, class T, class PropType = void>
class pFlow::Field< VectorField, T, PropType >
Definition at line 33 of file Field.hpp.