ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Structures | Macros | Typedefs | Functions | Variables
epm_toolkit_utils.h File Reference
#include <itk/mem.h>
#include <pom/pom/pom.h>
#include <epm/epm.h>
#include <user_exits/libuser_exits_exports.h>
#include <user_exits/libuser_exits_undef.h>

Go to the source code of this file.

Data Structures

struct  counted_list_s
 
struct  counted_tag_list_s
 

Macros

#define ADLIST_DATA_TYPE   "AddressList"
 
#define ALLMEMBERS_DATA_TYPE   "Allmembers"
 
#define GROUP_DATA_TYPE   "Group"
 
#define IS_A_TARGET   (1)
 
#define PERSON_DATA_TYPE   "Person"
 
#define RESOURCEPOOL_DATA_TYPE   "RESOURCEPOOL"
 
#define ROLE_DATA_TYPE   "Role"
 
#define SAFE_SM_FREE(a)
 
#define USER_DATA_TYPE   "User"
 

Typedefs

typedef struct counted_list_s counted_list_t
 
typedef struct counted_tag_list_s counted_tag_list_t
 

Functions

USER_EXITS_API int EPM__add_to_tag_list (tag_t tag, counted_tag_list_t *tag_list)
 
USER_EXITS_API int EPM__ask_data_type_and_value (const char *normal_value, char **data_type, char **value)
 
USER_EXITS_API int EPM__ask_if_target (tag_t related_objects, tag_t *target_objects, int target_count)
 
USER_EXITS_API int EPM__parse_string (const char *pszInputString, char *pszSeparator, int *piStringCount, char ***pppStringList)
 
USER_EXITS_API int EPM_register_toolkit_handlers (void)
 

Variables

const counted_list_t NULL_COUNTED_LIST
 
const counted_tag_list_t NULL_COUNTED_TAG_LIST
 

Detailed Description

Contains utility functions for the EPM and CR action handlers

Definition in file epm_toolkit_utils.h.