Main Page   Class Hierarchy   Compound List   Compound Members  

Link Class Reference

List of all members.

Detailed Description

This class represents <LINK> element.

A <LINK> consists of ID, content-role, content-type, title, value, href, gref and action.


Public Methods

 Link ()
 ~Link ()
Link operator= (const Link &f)
 Link (const Link &l)
int getID (char *&ID, int *status)
int getPCData (char *&pcdata, int *status)
int getContentType (char *&contentType, int *status)
int getContentRole (content_role &contentRole, int *status)
int getTitle (char *&title, int *status)
int getValue (char *&value, int *status)
int getHRef (char *&href, int *status)
int getGRef (char *&gref, int *status)
int getAction (char *&action, int *status)


Constructor & Destructor Documentation

Link.Link  
 

Default constructor.

Link.~Link  
 

Destructor.

Link.Link const Link &    l
 

Copy constructor.


Member Function Documentation

int Link.getAction char *&    action,
int *    status
 

Gets the 'action'.

int Link.getContentRole content_role &    contentRole,
int *    status
 

Gets the 'content-role'.'content-role' is defined in 'global.h'.

int Link.getContentType char *&    contentType,
int *    status
 

Gets the 'content-type'.

int Link.getGRef char *&    gref,
int *    status
 

Gets the 'gref'.

int Link.getHRef char *&    href,
int *    status
 

Gets the 'href'.

int Link.getID char *&    ID,
int *    status
 

Gets the 'ID'.

int Link.getPCData char *&    pcdata,
int *    status
 

Gets the 'PCData'.

int Link.getTitle char *&    title,
int *    status
 

Gets the 'title'.

int Link.getValue char *&    value,
int *    status
 

Gets the 'value'.

Link Link.operator= const Link &    f
 

Assignment operator overloaded.


Generated on Mon Jul 15 14:10:23 2002 for VOTable Parser 1.2 by doxygen1.2.16