/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-extend-support.md | 9 The compiler supports C++ code identification. The system calls the constructors of global objects … 30 …"p4616566343"><a name="p4616566343"></a><a name="p4616566343"></a>Initializes C++ constructors.</p> 38 …eed to call **LOS\_CppSystemInit** to initialize C++ constructors. The initialized constructors …
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_record_napi.cpp | 86 …std::map<UDType, std::function<std::shared_ptr<UnifiedRecord>(UDType, ValueType)>> constructors = { in GenerateNativeRecord() local 108 auto constructor = constructors.find(utdType); in GenerateNativeRecord() 109 if (constructor == constructors.end()) { in GenerateNativeRecord()
|
/ohos5.0/build/config/mac/ |
H A D | BUILD.gn | 42 # Without this, the constructors and destructors of a C++ object inside
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-cpp-coding-style-guide.md | 1414 msgBuffer = NULL; // Bad: Values cannot be assigned in constructors. 1424 ### Rule 7.1.2 Declare single-parameter constructors as explicit to prevent implicit conversion. 1453 ### Rule 7.1.3 If copy/move constructors and copy/move assignment operators are not needed, clearly… 1454 …ot define it, the compiler will generate copy constructors and copy assignment operators, move con… 1455 If we do not use copy constructors or copy assignment operators, explicitly delete them. 1457 1. Set copy constructors or copy assignment operators to private and do not implement them. 1490 ### Rule 7.1.4 Copy constructors and copy assignment operators should be implemented or forbidden t… 1518 ### Rule 7.1.5 Move constructors and move assignment operators should be implemented or hidden toge… 1547 ### Rule 7.1.6 It is prohibited to call virtual functions in constructors and destructors. 1579 ### Rule 7.1.7 The copy constructors, copy assignment operators, move constructors, and move assign… [all …]
|
H A D | OpenHarmony-JavaScript-coding-style-guide.md | 452 #### Rule 3.5 `this` can only be used in object constructors, methods, and closures. 543 #### Rule 3.10 Do not create functions with function constructors. 572 **Note:** There are multiple methods in JavaScript to add methods or members to constructors. Howev…
|
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 353 …ce ownership, the class should not have custom destructors, copy/move constructors, or copy/move a… 365 … declared for a class, the compiler will not implicitly generate move constructors or move assignm… 431 ## The resources of the source object must be correctly reset in move constructors and move assignm…
|
H A D | OpenHarmony-Java-secure-coding-guide.md | 356 The constructors for `FileOutputStream` and `FileWriter` do not allow programmers to explicitly spe…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-function-name.md | 31 | Constructor used to create a worker object.| `=` | Scope defined by the constructors of a class|
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.5/ |
H A D | changelogs-arkui.md | 115 Comply with the following rules when using constructors to initialize member variables:
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | introduction-to-arkts.md | 756 A class declaration introduces a new type and defines its fields, methods and constructors. 1016 An extended class inherits fields and methods, but not constructors from the base class, and can ad… 1052 The keyword `super` can be used to access instance fields, instance methods and constructors from t… 1196 The `public` members (fields, methods, constructors) of a class are visible in any part of the prog… 1463 * Abstract classes can have constructors, while interfaces cannot have constructors.
|
H A D | arkts-mvvm-V2.md | 578 // The constructor is not implemented because @Type does not support constructors with parameters. 727 // The constructor is not implemented because @Type does not support constructors with parameters.
|
H A D | arkts-localstorage.md | 580 …essible to both root nodes through @Entry and custom components (child nodes) through constructors.
|
H A D | arkts-more-cases.md | 1614 …ing declaration based on service logic or assign values to the attributes in constructors. Example:
|
H A D | typescript-to-arkts-migration-guide.md | 1215 // Since there is no other Point constructors, constructor() is automatically added by compiler.
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-arkui.md | 113 Comply with the following rules when using constructors to initialize member variables:
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.3/ |
H A D | changelogs-arkui.md | 90 Comply with the following rules when using constructors to initialize member variables:
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.32/ |
H A D | changelogs-arkts.md | 11 The constructors of the **TreeMap** and **TreeSet** classes support the input of a comparator, thro…
|
/ohos5.0/docs/en/contribute/template/ |
H A D | ts-template.md | 96 If an API has two or more constructors, describe their differences.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | errorcode-utils.md | 203 The constructors of the **containers** class cannot be directly called. The keyword **new** must be…
|
/ohos5.0/build/lite/ndk/doc/config/ |
H A D | Doxyfile_C | 555 # (brief and detailed) documentation of class members so that constructors and 556 # destructors are listed first. If set to NO the constructors will appear in the
|
H A D | Doxyfile_CPP | 555 # (brief and detailed) documentation of class members so that constructors and 556 # destructors are listed first. If set to NO the constructors will appear in the
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | _j_s_v_m.md | 2373 …allback**. It is a static member of the callback signature. C++ class constructors cannot be used.… 2402 …e. The callback in the constructor must be a static member. C++ class constructors cannot be used.…
|