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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/InstantiationCandidate.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:
28
28
 
29
29
class CTree;
30
30
class CUnit;
 
31
class Token;
31
32
class CRecord;
32
33
class CTypeInfo;
33
34
class CConstant;
77
78
  DeducedArgument *DeducedArg (unsigned) const;
78
79
 
79
80
  int getPosition (CTemplateParamInfo *) const;
 
81
  Token* getPointOfInstantiationToken() const;
 
82
 
 
83
  void printArgumentList (std::ostream &out) const;
80
84
 
81
85
private:
82
86
  int deduceArguments (CTypeInfo *ftype, CTypeInfo *atype, DeducedArgumentList &dargs, bool exact_match = false);