Inheritance diagram for setFieldList:
Collaboration diagram for setFieldList:Public Member Functions | |
| setFieldList (const dictionary &dict) | |
| setFieldList (const setFieldList &)=default | |
| setFieldList (setFieldList &&)=default | |
| setFieldList & | operator= (const setFieldList &)=default |
| setFieldList & | operator= (setFieldList &&)=default |
| auto | clone () const |
| setFieldList * | clonePtr () const |
| ~setFieldList ()=default | |
| bool | read (const dictionary &dict) |
| bool | write (dictionary &dict) const |
Public Member Functions inherited from List< setFieldEntry > | |
| TypeInfoTemplateNV11 ("List", setFieldEntry) | |
| List () | |
| List (size_t len) | |
| List (size_t len, const setFieldEntry &value) | |
| List (initList lst) | |
| List (const List &src)=default | |
| List (List &&mv)=default | |
| ListType & | operator= (const ListType &rhs)=default |
| ListType & | operator= (ListType &&rhs)=default |
| uniquePtr< ListType > | clone () const |
| ListType * | clonePtr () const |
| ~List () | |
| int32 | countElement (const setFieldEntry &elm) const |
| size_t | size () const |
| auto | pos (size_t i, bool noError=false) |
| const auto | pos (size_t i, bool noError=false) const |
| setFieldEntry & | operator[] (size_t i) |
| const setFieldEntry & | operator[] (size_t i) const |
| const_iterator | find (const setFieldEntry &val) const |
| iterator | find (const setFieldEntry &val) |
| int32 | findi (const setFieldEntry &val) const |
| bool | search (const setFieldEntry &val) const |
| void | set (size_t i, const setFieldEntry &val) |
| void | set (size_t i, setFieldEntry &&val) |
| bool | writeList (iOstream &os) const |
| bool | readList (iIstream &is) |
| bool | read (iIstream &is) |
| bool | write (iOstream &os) const |
Protected Member Functions | |
| bool | readSetFieldList (const dictionary &dict) |
| bool | writeSetFieldList (dictionary &dict) const |
Protected Attributes | |
| dictionary | dict_ |
Additional Inherited Members | |
Public Types inherited from List< setFieldEntry > | |
| using | ListType = List< setFieldEntry > |
| using | listType = std::list< setFieldEntry, std::allocator< setFieldEntry > > |
| using | iterator = typename listType::iterator |
| using | const_iterator = typename listType::const_iterator |
| using | reference = typename listType::reference |
| using | const_reference = typename listType::const_reference |
| using | initList = typename std::initializer_list< setFieldEntry > |
| using | valueType = setFieldEntry |
Static Protected Member Functions inherited from List< setFieldEntry > | |
| static size_t | getListStride (const size_t &len) |
Definition at line 32 of file setFieldList.hpp.
| setFieldList | ( | const dictionary & | dict | ) |
Definition at line 47 of file setFieldList.cpp.
References fatalExit.
Referenced by setFieldList::clonePtr().
Here is the caller graph for this function:
|
default |
|
default |
|
default |
|
protected |
Definition at line 24 of file setFieldList.cpp.
References dictionary::dataEntryKeywords(), and dictionary::dataEntryRef().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file setFieldList.cpp.
|
default |
|
default |
|
inline |
Definition at line 58 of file setFieldList.hpp.
|
inline |
Definition at line 63 of file setFieldList.hpp.
References setFieldList::setFieldList().
Here is the call graph for this function:| bool read | ( | const dictionary & | dict | ) |
Definition at line 61 of file setFieldList.cpp.
| bool write | ( | dictionary & | dict | ) | const |
Definition at line 70 of file setFieldList.cpp.
|
protected |
Definition at line 39 of file setFieldList.hpp.