Changeset 15813d in git for gfanlib/gfanlib_zcone.h


Ignore:
Timestamp:
Aug 8, 2016, 2:16:11 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7cc3fdae6091a6fab65626857c1ed2c59f027dcd
Parents:
47a774fa4174b578843d43227fcc351165473747
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zcone.h

    r47a774 r15813d  
    1515 * Returns true if cddlib is needed for the ZCone implementation.
    1616 */
    17         bool isCddlibRequired();
    18         /**
    19         * Only call this function if gfanlib is the only code in your program using cddlib.
    20         * Should be paired with a deinitializeCddlibIfRequired() call.
    21         * Calling the function repeatedly may cause memory leaks even if deinitializeCddlibIfRequired() is also called.
    22         */
    23         void initializeCddlibIfRequired();
    24         /**
    25         * This function may do nothing.
    26         */
    27         void deinitializeCddlibIfRequired();
     17        bool isCddlibRequired();
     18        /**
     19        * Only call this function if gfanlib is the only code in your program using cddlib.
     20        * Should be paired with a deinitializeCddlibIfRequired() call.
     21        * Calling the function repeatedly may cause memory leaks even if deinitializeCddlibIfRequired() is also called.
     22        */
     23        void initializeCddlibIfRequired();
     24        /**
     25        * This function may do nothing.
     26        */
     27        void deinitializeCddlibIfRequired();
    2828
    2929/**
Note: See TracChangeset for help on using the changeset viewer.