RCSB PDB Protein Data Bank A Member of the wwPDB
An Information Portal to Biological Macromolecular Structures
PDB Home | Contact Us
next up previous contents
Next: GetNumColumns Up: General Methods Previous: Rename

GetName

NAME GetName

PROTOTYPE

#include "ISTable.h"

const char * ISTable::GetName();

EXAMPLE

#include <string.h> // for strcpy
#include "ISTable.h"
const int MAX_STRING_LEN = 255;

ISTable * pTable = new ISTable("MyTable");
char buffer[MAX_STRING_LEN + 1];
...
strcpy(buffer, pTable->GetName());
PURPOSE

GetName returns the name of the table.

RECEIVES

No Arguments  

RETURN VALUE

A constant string representing the name of the table.

REMARKS

See also: Rename



Olivera Tosic
6/12/2002

 

© RCSB PDB