/mnt/hgfs/jamie_On_My_Mac/store/version_control/svn/integralive/library/trunk/src/path.c File Reference

#include <string.h>
#include <Integra/integra_path.h>
#include "memory.h"
#include "debug.h"

Functions

ntg_pathntg_path_from_string (const char *path_string)
 create an ntg_path from a '.' delimited string
char * ntg_path_to_string (const ntg_path *path)
 create a '.' delimited string from a '.' delimited path
char * ntg_path_pop_element (const ntg_path *path, ntg_path **new_path)
ntg_pathntg_path_append_element (ntg_path *path, const char *element)
ntg_pathntg_path_reverse_elements (ntg_path *path)
 in place path reversal
ntg_pathntg_path_join (ntg_path *start, ntg_path *end)
ntg_error_code ntg_path_validate (const ntg_path *path)
ntg_pathntg_path_new (void)
ntg_error_code ntg_path_free (ntg_path *path)

Function Documentation

ntg_path* ntg_path_append_element ( ntg_path path,
const char *  element 
)
ntg_error_code ntg_path_free ( ntg_path path  ) 
ntg_path* ntg_path_from_string ( const char *  path_string  ) 

create an ntg_path from a '.' delimited string

References ntg_path_::elems, ntg_path_::n_elems, ntg_malloc(), and ntg_path_append_element().

Referenced by ntg_server_delete_connection(), and ntg_server_update_connection().

ntg_path* ntg_path_join ( ntg_path start,
ntg_path end 
)
ntg_path* ntg_path_new ( void   ) 
char* ntg_path_pop_element ( const ntg_path path,
ntg_path **  new_path 
)
ntg_path* ntg_path_reverse_elements ( ntg_path path  ) 

in place path reversal

References ntg_path_::elems, and ntg_path_::n_elems.

Referenced by ntg_instance_get_path().

char* ntg_path_to_string ( const ntg_path path  ) 

create a '.' delimited string from a '.' delimited path

References ntg_path_::elems, ntg_path_::n_elems, ntg_malloc(), NTG_NO_ERROR, ntg_path_validate(), and ntg_realloc().

ntg_error_code ntg_path_validate ( const ntg_path path  ) 

Generated on Tue Jan 5 14:02:29 2010 for LibIntegra by  doxygen 1.6.1