|
Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
#include <user_group.h>
Public Member Functions | |
| GRASSROOTS_USERS_API UserGroupNode * | AllocateUserGroupNode (UserGroup *group_p) |
| Allocate a UserGroupNode for the given UserGroup. More... | |
| GRASSROOTS_USERS_API void | FreeUserGroupNode (ListItem *node_p) |
| Free a UserGroupNode. More... | |
Data Fields | |
| ListItem | ugn_node |
| UserGroup * | ugn_group_p |
| GRASSROOTS_USERS_API UserGroupNode * AllocateUserGroupNode | ( | UserGroup * | group_p | ) |
Allocate a UserGroupNode for the given UserGroup.
| group_p | The UserGroupNode that will store the UserGroup. |
NULL upon error. | GRASSROOTS_USERS_API void FreeUserGroupNode | ( | ListItem * | node_p | ) |
Free a UserGroupNode.
| node_p | The UserGroupNode to free. |
| ListItem ugn_node |
| UserGroup* ugn_group_p |