doc
This commit is contained in:
parent
f62a6b59b7
commit
94909e39d4
@ -30,6 +30,9 @@ Use std::unique_ptr and std::shared_ptr. (core/types.h: up_<> and sp_<>)
|
|||||||
Function naming:
|
Function naming:
|
||||||
- Suffix _u: Unsafe, not included in public interface
|
- Suffix _u: Unsafe, not included in public interface
|
||||||
|
|
||||||
|
Do not use assert(); throw anonymous exceptions instead:
|
||||||
|
- if(fail) throw Exception("Thing failed");
|
||||||
|
|
||||||
Non-exception throwing and exception-throwing methods
|
Non-exception throwing and exception-throwing methods
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
- get_x: Returns NULL or equivalent if not found
|
- get_x: Returns NULL or equivalent if not found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user