USGS

Isis 3.0 Application Source Code Reference

Home

DbPvlTable Class Reference

#include <DbPvlTable.h>

List of all members.


Detailed Description

Definition at line 39 of file DbPvlTable.h.

Public Member Functions

 DbPvlTable ()
 DbPvlTable (const std::string &name)
 DbPvlTable (PvlObject &table)
virtual ~DbPvlTable ()
bool isValid () const
std::string name () const
int size () const
DbStatus Insert (Resolver &parser)
DbStatus Insert (Resolver &parser, Database db)

Classes

struct  UpdateInfo
 Structure containing update information.


Constructor & Destructor Documentation

DbPvlTable (  ) 

Definition at line 40 of file DbPvlTable.cpp.

DbPvlTable ( const std::string &  name  ) 

Definition at line 41 of file DbPvlTable.cpp.

DbPvlTable ( PvlObject &  table  ) 

Definition at line 43 of file DbPvlTable.cpp.

virtual ~DbPvlTable (  )  [inline, virtual]

Definition at line 44 of file DbPvlTable.h.


Member Function Documentation

bool isValid (  )  const [inline]

Definition at line 46 of file DbPvlTable.h.

std::string name (  )  const [inline]

Definition at line 47 of file DbPvlTable.h.

int size (  )  const [inline]

Definition at line 48 of file DbPvlTable.h.

DbStatus Insert ( Resolver parser  ) 

Definition at line 48 of file DbPvlTable.cpp.

DbStatus Insert ( Resolver parser,
Database  db 
)

Definition at line 53 of file DbPvlTable.cpp.


The documentation for this class was generated from the following files: