MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / setPointerAlignment

Method setPointerAlignment

astyle/src/ASFormatter.cpp:1897–1900  ·  view source on GitHub ↗

* set the pointer alignment. * * @param alignment the pointer alignment. */

Source from the content-addressed store, hash-verified

1895 * @param alignment the pointer alignment.
1896 */
1897void ASFormatter::setPointerAlignment(PointerAlign alignment)
1898{
1899 pointerAlignment = alignment;
1900}
1901
1902void ASFormatter::setReferenceAlignment(ReferenceAlign alignment)
1903{

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected