|
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_details.h>
Public Member Functions | |
| GRASSROOTS_USERS_API UserNode * | AllocateUserNode (User *user_p) |
| Allocate a UserNode. More... | |
| GRASSROOTS_USERS_API void | FreeUserNode (ListItem *node_p) |
| Free a UserNode and its associated User. More... | |
Data Fields | |
| ListItem | un_node |
| User * | un_user_p |
| GRASSROOTS_USERS_API UserNode * AllocateUserNode | ( | User * | user_p | ) |
| GRASSROOTS_USERS_API void FreeUserNode | ( | ListItem * | node_p | ) |
| ListItem un_node |
| User* un_user_p |