ArtsAbstract


[ libArts | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

No documentation available.

Class Summary

class ArtsAbstract

{

public:
ArtsHeader & Header() ;
vector<ArtsAttribute> & Attributes() ;
ArtsIpPathData & Path() ;
ArtsHeader _header;
vector<ArtsAttribute> _attributes;
protected:
}; // ArtsAbstract

Back to the top of ArtsAbstract


ArtsHeader & Header() ;


------------------------------------------------------------------------
inline ArtsHeader & Header()
------------------------------------------------------------------------

  inline ArtsHeader & Header()
                                  
;

Function is currently defined inline.


Back to the top of ArtsAbstract


vector<ArtsAttribute> & Attributes() ;


------------------------------------------------------------------------
inline vector<ArtsAttribute> & Attributes()
------------------------------------------------------------------------

  inline vector<ArtsAttribute> & Attributes()
                                      
;

Function is currently defined inline.


Back to the top of ArtsAbstract


ArtsIpPathData & Path() ;

No documentation available.

  inline ArtsIpPathData & Path()
                                           
;

Function is currently defined inline.


Back to the top of ArtsAbstract


ArtsHeader _header;

No documentation available.

  ArtsHeader              _header;

Back to the top of ArtsAbstract


vector<ArtsAttribute> _attributes;

No documentation available.

  vector<ArtsAttribute>   _attributes;

Back to the top of ArtsAbstract


All Members

public:
ArtsHeader & Header() ;
vector<ArtsAttribute> & Attributes() ;
ArtsIpPathData & Path() ;
ArtsHeader _header;
vector<ArtsAttribute> _attributes;
protected:

Back to the top of ArtsAbstract


Ancestors

Class does not inherit from any other class.

Back to the top of ArtsAbstract


Descendants

Class is not inherited by any others.

Back to the top of ArtsAbstract


Generated from source by the Cocoon utilities on Sat Oct 17 14:39:50 1998 .

Report problems to jkotula@unimax.com