This is the complete list of members for Window, including all inherited members.
| _attr_map | Window | protected |
| _comm | Window | protected |
| _dummy | Window | protected |
| _func_map | Window | protected |
| _last_id | Window | protected |
| _name | Window | protected |
| _pane_map | Window | protected |
| _proc_map | Window | protected |
| _status | Window | protected |
| alloc_array(const std::string &aname, const int pane_id, void **addr, int strd=0, int cap=0) | Window | |
| append_array(const std::string &aname, const int pane_id, const void *val, int v_strd, int v_size) | Window | |
| Attr_map typedef | Window | private |
| attribute(const std::string &a) | Window | |
| attribute(const std::string &a) const | Window | inline |
| attribute(int i) | Window | inline |
| attribute(int i) const | Window | inline |
| attributes(std::vector< Attribute * > &as) | Window | inline |
| attributes(std::vector< const Attribute * > &as) const | Window | inline |
| copy_array(const std::string &aname, const int pane_id, void *val, int v_strd=0, int v_size=0, int offset=0) const | Window | |
| copy_attribute(const Attribute *from, Attribute *to) | Window | inline |
| dealloc_array(const std::string &aname, const int pane_id=0) | Window | |
| dealloc_array(Attribute *a) | Window | inline |
| dealloc_array(Connectivity *c) | Window | inline |
| delete_attribute(const std::string &aname) | Window | |
| delete_pane(const int pane_id) | Window | inline |
| Func_map typedef | Window | private |
| function(const std::string &f) | Window | |
| function(const std::string &f) const | Window | inline |
| get_array(const std::string &aname, const int pane_id, Pointer_descriptor &addr, int *strd=NULL, int *cap=NULL, bool is_const=false) | Window | |
| get_attribute(const std::string &aname, char *l, int *t, int *n, std::string *u) const | Window | |
| get_communicator() const | Window | inline |
| get_parent(const std::string &aname, int pane_id, std::string &name) const | Window | |
| get_size(const std::string &aname, int pane_id, int *nitems, int *ng) const | Window | |
| get_status(const std::string &aname, int pane_id) const | Window | |
| inherit(Attribute *from, const std::string &aname, int inherit_mode, bool withghost, const Attribute *cond, int val) | Window | |
| init_done(bool pane_changed=true) | Window | |
| last_attribute_id() const | Window | inline |
| name() const | Window | inline |
| new_attribute(const std::string &aname, const char loc, const int type, int ncomp, const std::string &unit) | Window | |
| OP_Init typedef | Window | private |
| operator=(const Window &) | Window | private |
| owner_rank(const int pane_id) const | Window | |
| pane(const int pane_id, bool insert=false) | Window | |
| pane(const int pane_id) const | Window | |
| Pane_map typedef | Window | private |
| panes(std::vector< int > &ps, int rank=-2) | Window | |
| panes(std::vector< Pane * > &ps) | Window | |
| panes(std::vector< const Pane * > &ps) const | Window | inline |
| Proc_map typedef | Window | |
| proc_map() const | Window | inline |
| reinit_attr(Attribute *attr, OP_Init op, void **addr=NULL, int strd=0, int cap=0) | Window | protected |
| reinit_conn(Connectivity *con, OP_Init op, int **addr=NULL, int strd=0, int cap=0) | Window | protected |
| resize_array(const std::string &aname, const int pane_id, void **addr, int strd=-1, int cap=0) | Window | |
| resize_array(Attribute *a, void **addr, int strd=-1, int cap=0) | Window | inline |
| resize_array(Connectivity *c, void **addr, int strd=-1, int cap=0) | Window | inline |
| set_array(const std::string &aname, const int pane_id, void *addr, int strd=0, int cap=0, bool is_const=false) | Window | |
| set_function(const std::string &fname, Func_ptr func, const std::string &intents, const COM_Type *types, Attribute *a, bool if_f90=false) | Window | |
| set_function(const std::string &fname, Member_func_ptr func, const std::string &intents, const COM_Type *types, Attribute *a, bool if_f90=false) | Window | |
| set_size(const std::string &aname, int pane_id, int nitems, int ng=0) | Window | |
| size_of_panes() const | Window | inline |
| size_of_panes_global() const | Window | inline |
| STATUS_CHANGED enum value | Window | protected |
| STATUS_NOCHANGE enum value | Window | protected |
| STATUS_SHRUNK enum value | Window | protected |
| Window(const std::string &name, MPI_Comm c) | Window | |
| Window(const Window &) | Window | private |
| ~Window() | Window | virtual |