Sort Score
Result 10 results
Languages All
Labels All
Results 7,301 - 7,310 of 227,467 for

object

(0.12 sec)
  1. SmartPtr | Aspose.Slides for C++ API Reference

    Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting Object. This pointer type follows intrusive pointer semantics. Reference counter is stored either in Object itself or in counter structure which is tied to Object instance tightly. In any case, all SmartPtr instances form single ownership group regardless how they were created which is unlike how std::shared_ptr class behaves. Converting raw pointer to SmartPtr is safe given there are other SmartPtr instances holding shared references to the same Object. SmartPtr class instance can be in one of two states: shared pointer and weak pointer. To keep Object alive, one should have count of shared references to it positive. Both weak and shared pointers can be used to access pointed Object (to call methods, read or write fields, etc.), but weak pointers do not participate to shared pointer reference counting. Object is being deleted when the last 'shared' SmartPtr pointer to it is being destroyed. So, make sure that this doesn't happen when no other shared SmartPtr pointers to Object exist, e. g. during Object construction or destruction. Use System::Object::ThisProtector sentry Objects (in C++ code) or CppCTORSelfReference or CppSelfReference attribute (in C# code being translated) to fix this issue. Similarily, make sure to break loop references by using System::WeakPtr pointer class or System::SmartPtrMode::Weak pointer mode (in C++ code) or CppWeakPtr attribute (in C# code being translated). If two or more Objects reference each other using 'shared' pointers, they will never be deleted. If pointer type (weak or shared) should be switched in runtime, use System::SmartPtr::set_Mode() method or System::DynamicWeakPtr class. SmartPtr class doesn't contain any virtual methods. You should only inherit it if you're creating a memory management strategy of your own. This type is a pointer to manage other Object's deletion. It should be allocated on stack and passed to functions either by value or by const reference....memory for classes inheriting Object . This pointer type follows...counter is stored either in Object itself or in counter structure...

    reference.aspose.com/slides/cpp/system/smartptr/
  2. Aspose::Pdf::Drawing::Line Member List - Aspose...

    Aspose::Pdf::Drawing::Line Member List This is the complete list of members for Aspose::Pdf::Drawing::Line , includin......virtual Equals (ptr obj) System::Object virtual Equals (T1 const &objA...&objA, T2 const &objB) System::Object inline static Equals (T1 const...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.d...
  3. System::Security::Cryptography::X509Certificate...

    System::Security::Cryptography::X509Certificates::X509KeyUsageExtension Member List This is the complete list of memb......virtual Equals (ptr obj) System::Object virtual Equals (T1 const &objA...&objA, T2 const &objB) System::Object inline static Equals (T1 const...

    reference.aspose.com/pub/cpp/class/system.secur...
  4. System::Security::Cryptography::TripleDESManage...

    System::Security::Cryptography::TripleDESManaged Member List This is the complete list of members for System::Securit......virtual Equals (ptr obj) System::Object virtual Equals (T1 const &objA...&objA, T2 const &objB) System::Object inline static Equals (T1 const...

    reference.aspose.com/slides/cpp/class/system.se...
  5. Aspose::Page::XPS::XpsPackageParts::FixedPart M...

    Aspose::Page::XPS::XpsPackageParts::FixedPart Member List This is the complete list of members for Aspose::Page::XPS:......virtual Equals (ptr obj) System::Object virtual Equals (T1 const &objA...&objA, T2 const &objB) System::Object inline static Equals (T1 const...

    reference.aspose.com/page/cpp/class/aspose.page...
  6. operator-() | Aspose.Slides for C++ API Reference

    Returns a new instance of TimeSpan class that represents a time interval which is the result of subtraction of the time interval represented by the specified Object from the time interval represented by the current Object....represented by the specified object from the time interval represented...represented by the current object. TimeSpan System :: TimeSpan ::...

    reference.aspose.com/slides/cpp/system/timespan...
  7. System::Windows::Forms::Form Class Reference - ...

    List of all members System::Windows::Forms::Form Class Reference Dummy class to make translated code that uses Form c...... Objects of this class should only be...inherited from System::Object typedef SmartPtr < Object > ptr Alias for...

    reference.aspose.com/pdf/cpp/class/system.windo...
  8. SymmetricAlgorithm | Aspose.Slides for C++ API ...

    Symmetric algorithm using same key for encryption and decryption base class. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.... Objects of this class should only be...: public virtual System :: Object Methods Method Description...

    reference.aspose.com/slides/cpp/system.security...
  9. Aspose::Slides::MathText::MathParagraphFactory ...

    Public Member Functions | List of all members Aspose::Slides::MathText::MathParagraphFactory Class Reference Allows t......inherited from System::Object Object () Creates object. Initializes all...More... virtual ~Object () Destroys object. Frees all internal...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  10. IGifOptions | Aspose.Slides for C++ API Reference

    Represents GIF exporting options....Equals ( ptr ) Compares objects using C# Object.Equals semantics. static...const&) Compares reference type objects in C# style. static std::enable_if<...

    reference.aspose.com/slides/cpp/aspose.slides.e...