Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members  

Link Class Reference

List of all members.

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)

Detailed Description

This class represents the <LINK> element.


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 Fri May 31 14:12:57 2002 for VOTable Parser 1.1 by doxygen1.2.16