Skip to content

Commit

Permalink
[EN-7409] Implement WriteTapeFile sample
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyKalin committed Aug 29, 2023
1 parent b91f904 commit e87e834
Show file tree
Hide file tree
Showing 6 changed files with 1,674 additions and 50 deletions.
4 changes: 4 additions & 0 deletions include/dxfeed_graal_cpp_api/entity/SharedEntity.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ struct DXFCPP_EXPORT SharedEntity : public Entity, std::enable_shared_from_this<
/**
* Returns a pointer to the current object wrapped in a smart pointer to type T
*
* @warning Please do not use this method unless the object was created with `std::shared_ptr<T>(new T(...))` or `std::make_shared<T>(...)`
*
* @tparam T The type to convert to a pointer to
* @return a smart pointer to type T
*/
Expand All @@ -46,6 +48,8 @@ struct DXFCPP_EXPORT SharedEntity : public Entity, std::enable_shared_from_this<
/**
* Returns a pointer to the current object wrapped in a smart pointer to type T
*
* @warning Please do not use this method unless the object was created with `std::shared_ptr<T>(new T(...))` or `std::make_shared<T>(...)`
*
* @tparam T The type to convert to a pointer to
* @return a smart pointer to type T
*/
Expand Down
Loading

0 comments on commit e87e834

Please sign in to comment.