~ubuntu-branches/ubuntu/wily/aspectc++/wily

« back to all changes in this revision

Viewing changes to Puma/src/infos/CTypeClass.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-06-15 10:17:02 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090615101702-qsr30iptwbxylmo2
Tags: 1.0pre4~svn.20090615-1
* New upstream release.
* don't ignore errors in the postrm script
* avoid spurious creation of empty dir ./usr/sbin/
* improve short descriptions of libpuma-doc and libpuma-dev
* bump Standards-Version to 3.8.1
* bump debhelper compat level to level 7 (latest in stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
class CClassInfo;
34
34
class CRecord;
 
35
class CStructure;
35
36
 
36
37
 
37
38
/** \class CTypeClass CTypeClass.h Puma/CTypeInfo.h
51
52
 
52
53
  /** Get the semantic information about the class. */
53
54
  CClassInfo *ClassInfo () const;
 
55
 
 
56
  /** If this is the type of a pseudo class instance, 
 
57
   *  create a real instance of the corresponding template. 
 
58
   *  \param scope The scope in which to instantiate the template. 
 
59
   *  \return true if instantiation succeeded. */
 
60
  bool instantiate (CStructure *scope);
54
61
};
55
62
 
56
63
inline CTypeClass::CTypeClass (CRecord *c) :