My Project
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
Ring Class Reference

#include <ring_wrap.h>

Public Member Functions

 Ring (ring r=currRing)
 
 Ring (const Ring &r2)
 
 ~Ring ()
 

Data Fields

intrusive_ptr< ip_sringpimpl
 

Detailed Description

Definition at line 20 of file ring_wrap.h.

Constructor & Destructor Documentation

◆ Ring() [1/2]

Ring::Ring ( ring  r = currRing)
inline

Definition at line 24 of file ring_wrap.h.

24: pimpl(r){}
intrusive_ptr< ip_sring > pimpl
Definition: ring_wrap.h:23

◆ Ring() [2/2]

Ring::Ring ( const Ring r2)
inline

Definition at line 25 of file ring_wrap.h.

25:pimpl(r2.pimpl){}

◆ ~Ring()

Ring::~Ring ( )
inline

Definition at line 26 of file ring_wrap.h.

26{}

Field Documentation

◆ pimpl

intrusive_ptr<ip_sring> Ring::pimpl

Definition at line 23 of file ring_wrap.h.


The documentation for this class was generated from the following file: