Changeset 3edea1 in git for factory/variable.h


Ignore:
Timestamp:
Feb 19, 2021, 9:18:42 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c862f03b61a6c0dba7a6e4eb197ceb7ac0304b53
Parents:
33dd62182b65166a5cf7662ec505fa7b3f4b17a3
Message:
cygwin port: shared lib libfactory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/variable.h

    r33dd62 r3edea1  
    3030 * factory's class for variables
    3131**/
    32 class Variable
     32class FACTORY_PUBLIC Variable
    3333{
    3434private:
     
    9090 *  @note: algebraic variables have a level < 0
    9191**/
    92 Variable rootOf( const CanonicalForm &, char name = '@' );
     92Variable FACTORY_PUBLIC rootOf( const CanonicalForm &, char name = '@' );
    9393
    9494inline int level( const Variable & v ) { return v.level(); }
     
    103103char getDefaultExtName();
    104104
    105 void prune (Variable& alpha);
     105void FACTORY_PUBLIC prune (Variable& alpha);
    106106void prune1 (const Variable& alpha);
    107107int ExtensionLevel();
Note: See TracChangeset for help on using the changeset viewer.